2016-06-10 03:59:27 +08:00
|
|
|
#ifdef __OBJC__
|
|
|
|
#import <Cocoa/Cocoa.h>
|
2016-12-11 17:17:36 +08:00
|
|
|
#else
|
|
|
|
#ifndef FOUNDATION_EXPORT
|
|
|
|
#if defined(__cplusplus)
|
|
|
|
#define FOUNDATION_EXPORT extern "C"
|
|
|
|
#else
|
|
|
|
#define FOUNDATION_EXPORT extern
|
|
|
|
#endif
|
|
|
|
#endif
|
2016-06-10 03:59:27 +08:00
|
|
|
#endif
|
|
|
|
|