8 lines
154 B
Objective-C
8 lines
154 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
__attribute__((objc_exception))
|
|
@interface SimpleInternalAPI : NSObject
|
|
@end
|
|
|
|
#define HAVE_SEEN_PROJECT_HEADER_FIRST 1
|