mirror of
https://github.com/darlinghq/darling-objc4.git
synced 2024-11-26 21:50:26 +00:00
16 lines
212 B
Objective-C
16 lines
212 B
Objective-C
#include "test.h"
|
|
|
|
@interface Sub1 : TestRoot
|
|
+(int)method;
|
|
+(Class)classref;
|
|
@end
|
|
|
|
@interface Sub2 : TestRoot
|
|
+(int)method;
|
|
+(Class)classref;
|
|
@end
|
|
|
|
@interface SubSub1 : Sub1 @end
|
|
|
|
@interface SubSub2 : Sub2 @end
|