blob: 6af24a929116fcbd20c04955510352c46649d66c [file] [log] [blame]
Douglas Gregor0d266d62012-01-25 00:59:09 +00001
2
3
4
5@interface A
6+ (int)method1;
7- (int)method2:(int)param;
8@end