blob: e1e86edaf84bff7067d306fb67cb286b1c06b1b6 [file] [log] [blame]
Douglas Gregor0d266d62012-01-25 00:59:09 +00001
2
3
4
5
6
7
8
9
10@interface B
11- (int)method1;
12- (int)method2:(float)param;
13@end