mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-14 00:24:03 -04:00
14 lines
72 B
Objective-C
14 lines
72 B
Objective-C
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@interface B
|
|
- (int)method1;
|
|
- (int)method2:(float)param;
|
|
@end
|