darling-objc4/test/future.h
2020-06-09 21:50:17 -04:00

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