mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
9 lines
145 B
Objective-C
9 lines
145 B
Objective-C
@import Foundation;
|
|
|
|
@interface Foo: NSObject
|
|
|
|
- (BOOL)foo:(int)x error:(NSError**)error;
|
|
- (BOOL)foothrows:(int)x error:(NSError**)error;
|
|
|
|
@end
|