blob: 207fc666f73b170a67e8a90b7257c68e54d78d52 [file] [log] [blame]
@import Foundation;
@interface Foo: NSObject
- (BOOL)foo:(int)x error:(NSError**)error;
@end