mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
13 lines
173 B
Objective-C
13 lines
173 B
Objective-C
extern int ANTGlobalValue;
|
|
|
|
@interface NewType
|
|
@end
|
|
@interface OldType
|
|
@end
|
|
|
|
@protocol TypeWithMethod
|
|
-(void) minusPrint;
|
|
+(void) plusPrint;
|
|
-(int) getPropertyA;
|
|
@end
|