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

13 lines
173 B
Objective-C

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