524f0d335e
^KT-61259
7 lines
170 B
Objective-C
Vendored
7 lines
170 B
Objective-C
Vendored
#import <Foundation/NSObject.h>
|
|
|
|
@interface TestCallableReferences : NSObject
|
|
@property int value;
|
|
- (int)instanceMethod;
|
|
+ (int)classMethod:(int)first :(int)second;
|
|
@end |