@import Foundation; @interface Foo: NSObject - (BOOL)foo:(int)x error:(NSError**)error; @end