blob: 6a449aeee17a2959aa830827a3ef636f8f532de9 [file] [log] [blame]
__attribute__((objc_root_class))
@interface Base
@end
@protocol Foo
@property (readonly) id foo;
@end
@interface Sub : Base
@end
@interface Sub (Cat2)
@property id foo;
@end
@interface Sub (Cat1) <Foo>
@end