CoreFoundation.h
上传用户:xjjlds
上传日期:2015-12-05
资源大小:22823k
文件大小:2k
- /*
- File: CoreFoundation.h
-
- Contains: CoreFoundation master header
-
- Version: Technology: Mac OS X
- Release: QuickTime 6.0.2
-
- Copyright: (c) 1999-2001 by Apple Computer, Inc., all rights reserved
-
- Bugs?: For bug reports, consult the following page on
- the World Wide Web:
-
- http://developer.apple.com/bugreporter/
-
- */
- #ifndef __COREFOUNDATION__
- #define __COREFOUNDATION__
- #ifndef __CFBASE__
- #include "CFBase.h"
- #endif
- #ifndef __CFARRAY__
- #include "CFArray.h"
- #endif
- #ifndef __CFBAG__
- #include "CFBag.h"
- #endif
- #ifndef __CFBUNDLE__
- #include "CFBundle.h"
- #endif
- #ifndef __CFCHARACTERSET__
- #include "CFCharacterSet.h"
- #endif
- #ifndef __CFDATA__
- #include "CFData.h"
- #endif
- #ifndef __CFDATE__
- #include "CFDate.h"
- #endif
- #ifndef __CFDICTIONARY__
- #include "CFDictionary.h"
- #endif
- #ifndef __CFNUMBER__
- #include "CFNumber.h"
- #endif
- #ifndef __CFPLUGIN__
- #include "CFPlugIn.h"
- #endif
- #ifndef __CFPREFERENCES__
- #include "CFPreferences.h"
- #endif
- #ifndef __CFPROPERTYLIST__
- #include "CFPropertyList.h"
- #endif
- #ifndef __CFSET__
- #include "CFSet.h"
- #endif
- #ifndef __CFSTRING__
- #include "CFString.h"
- #endif
- #ifndef __CFSTRINGENCODINGEXT__
- #include "CFStringEncodingExt.h"
- #endif
- #ifndef __CFTIMEZONE__
- #include "CFTimeZone.h"
- #endif
- #ifndef __CFURL__
- #include "CFURL.h"
- #endif
- #ifndef __CFURLACCESS__
- #include "CFURLAccess.h"
- #endif
- #endif /* __COREFOUNDATION__ */