blob: 3911d765230c6991b433548644e2e3abab16b950 [file] [log] [blame]
#ifndef SOME_OTHER_KIT_H
__attribute__((objc_root_class))
@interface A
-(void)methodA;
-(void)methodB;
@end
#endif