#import @protocol ObjcProt -(void) someFunctionFromProt; @end @interface ClangInterface: NSObject - (void)someFunction; @end