Files
swift-mirror/test/api-digester/Inputs/APINotesRight/APINotesTest.h

13 lines
177 B
Objective-C

extern int ANTGlobalValue;
@interface NewType
@end
@interface OldType
@end
@protocol TypeWithMethod
-(void) minusPrint;
+(void) plusPrint;
@property int PropertyA;
@end