github.com/F4RD1N/gomobile@v1.0.1/bind/testdata/ignore.objc.h.golden (about) 1 // Objective-C API for talking to ignore Go package. 2 // gobind -lang=objc ignore 3 // 4 // File is generated by gobind. Do not edit. 5 6 #ifndef __Ignore_H__ 7 #define __Ignore_H__ 8 9 @import Foundation; 10 #include "ref.h" 11 #include "Universe.objc.h" 12 13 14 @class IgnoreS; 15 @protocol IgnoreI; 16 @class IgnoreI; 17 18 @protocol IgnoreI <NSObject> 19 // skipped method I.Argument with unsupported parameter or return types 20 21 // skipped method I.Result with unsupported parameter or return types 22 23 @end 24 25 @interface IgnoreS : NSObject <goSeqRefInterface, IgnoreI> { 26 } 27 @property(strong, readonly) _Nonnull id _ref; 28 29 - (nonnull instancetype)initWithRef:(_Nonnull id)ref; 30 - (nonnull instancetype)init; 31 // skipped field S.F with unsupported type: interface{} 32 33 // skipped method S.Argument with unsupported parameter or return types 34 35 // skipped method S.Result with unsupported parameter or return types 36 37 @end 38 39 // skipped const Cuint with unsupported type: uint 40 41 // skipped const Cuint32 with unsupported type: uint32 42 43 // skipped const Cuint64 with unsupported type: uint64 44 45 // skipped const NamedConst with unsupported type: ignore.NamedString 46 47 48 @interface Ignore : NSObject 49 // skipped variable C128 with unsupported type: complex128 50 51 // skipped variable C64 with unsupported type: complex64 52 53 // skipped variable Uint with unsupported type: uint 54 55 // skipped variable Uint32 with unsupported type: uint32 56 57 // skipped variable Uint64 with unsupported type: uint64 58 59 // skipped variable V with unsupported type: interface{} 60 61 // skipped variable Var with unsupported type: interface{} 62 63 @end 64 65 // skipped function Argument with unsupported parameter or return types 66 67 68 // skipped function Result with unsupported parameter or return types 69 70 71 @class IgnoreI; 72 73 @interface IgnoreI : NSObject <goSeqRefInterface, IgnoreI> { 74 } 75 @property(strong, readonly) _Nonnull id _ref; 76 77 - (nonnull instancetype)initWithRef:(_Nonnull id)ref; 78 // skipped method I.Argument with unsupported parameter or return types 79 80 // skipped method I.Result with unsupported parameter or return types 81 82 @end 83 84 #endif