blob: 6af24a929116fcbd20c04955510352c46649d66c [file] [log] [blame]
@interface A
+ (int)method1;
- (int)method2:(int)param;
@end