mirror of
https://github.com/darlinghq/darling-objc4.git
synced 2024-11-23 12:19:48 +00:00
7 lines
134 B
Objective-C
7 lines
134 B
Objective-C
#include "cacheflush.h"
|
|
|
|
@implementation TestRoot (Category3)
|
|
+(int)classMethod { return 3; }
|
|
-(int)instanceMethod { return 3; }
|
|
@end
|