github.com/thommil/tge-mobile@v0.0.0-20190308225214-66a08abd51aa/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 __Issue12328_H__ 7 #define __Issue12328_H__ 8 9 @import Foundation; 10 #include "ref.h" 11 #include "Universe.objc.h" 12 13 14 @class Issue12328T; 15 16 @interface Issue12328T : NSObject <goSeqRefInterface> { 17 } 18 @property(strong, readonly) id _ref; 19 20 - (instancetype)initWithRef:(id)ref; 21 - (instancetype)init; 22 @property (nonatomic) NSError* err; 23 @end 24 25 #endif