5 lines
108 B
Objective-C
5 lines
108 B
Objective-C
@interface C
|
|
-(void)method2 __attribute__((unavailable));
|
|
-(void)method3 __attribute__((unavailable));
|
|
@end
|