blob: 5a226ebc4e3e8d0f3bd508f4c9b4a140d60d98ab [file] [log] [blame]
@import Foundation;
@protocol ObjCInitProto
- initWithProto:(NSInteger)x;
@end
@interface ObjCBaseWithInitProto: NSObject <ObjCInitProto>
- initWithProto:(NSInteger)x NS_DESIGNATED_INITIALIZER;
@end