524f0d335e
^KT-61259
10 lines
139 B
Objective-C
Vendored
10 lines
139 B
Objective-C
Vendored
#import <Foundation/NSObject.h>
|
|
|
|
@protocol KT38234_P1
|
|
-(int)foo;
|
|
@end
|
|
|
|
@interface KT38234_Base : NSObject <KT38234_P1>
|
|
-(int)callFoo;
|
|
@end
|