blob: 58fa1a6dd18f97f4c2e824ea9d07a26b8d63d56a [file] [log] [blame]
@import Foundation;
@protocol SomeProto
@end
@interface Base: NSObject
#if USE_PROTO
<SomeProto>
#endif
@end