524f0d335e
^KT-61259
11 lines
134 B
Objective-C
Vendored
11 lines
134 B
Objective-C
Vendored
#include "KT38234_override.h"
|
|
|
|
@implementation KT38234_Base
|
|
-(int)foo {
|
|
return 1;
|
|
}
|
|
-(int)callFoo {
|
|
return [self foo];
|
|
}
|
|
@end
|