github.com/c-darwin/mobile@v0.0.0-20160313183840-ff625c46f7c9/bind/testdata/issue12328.objc.h.golden (about) 1 // Objective-C API for talking to issue12328 Go package. 2 // gobind -lang=objc issue12328 3 // 4 // File is generated by gobind. Do not edit. 5 6 #ifndef __GoIssue12328_H__ 7 #define __GoIssue12328_H__ 8 9 #include <Foundation/Foundation.h> 10 11 @class GoIssue12328T; 12 13 @interface GoIssue12328T : NSObject { 14 } 15 @property(strong, readonly) id ref; 16 17 - (id)initWithRef:(id)ref; 18 - (NSString*)Err; 19 - (void)setErr:(NSString*)v; 20 @end 21 22 #endif