github.com/c-darwin/mobile@v0.0.0-20160313183840-ff625c46f7c9/bind/testdata/issue10788.objc.h.golden (about) 1 // Objective-C API for talking to issue10788 Go package. 2 // gobind -lang=objc issue10788 3 // 4 // File is generated by gobind. Do not edit. 5 6 #ifndef __GoIssue10788_H__ 7 #define __GoIssue10788_H__ 8 9 #include <Foundation/Foundation.h> 10 11 @class GoIssue10788TestStruct; 12 13 @protocol GoIssue10788TestInterface 14 - (void)DoSomeWork:(GoIssue10788TestStruct*)s; 15 - (void)MultipleUnnamedParams:(int)p0 p1:(NSString*)p1 p2:(int64_t)p2; 16 @end 17 18 @interface GoIssue10788TestStruct : NSObject { 19 } 20 @property(strong, readonly) id ref; 21 22 - (id)initWithRef:(id)ref; 23 - (NSString*)Value; 24 - (void)setValue:(NSString*)v; 25 @end 26 27 #endif