2016-03-13 15:15:56 +01:00
|
|
|
// Objective-C API for talking to ignore Go package.
|
|
|
|
// gobind -lang=objc ignore
|
|
|
|
//
|
|
|
|
// File is generated by gobind. Do not edit.
|
|
|
|
|
|
|
|
#include <Foundation/Foundation.h>
|
|
|
|
#include "seq.h"
|
|
|
|
#include "_cgo_export.h"
|
|
|
|
#include "GoIgnore.h"
|
|
|
|
|
|
|
|
|
|
|
|
@implementation GoIgnoreS {
|
|
|
|
}
|
|
|
|
|
|
|
|
- (id)initWithRef:(id)ref {
|
|
|
|
self = [super init];
|
|
|
|
if (self) { __ref = ref; }
|
|
|
|
return self;
|
|
|
|
}
|
|
|
|
|
|
|
|
// skipped unsupported field F with type *types.Var
|
|
|
|
|
|
|
|
// skipped method S.Argument with unsupported parameter or return types
|
|
|
|
|
|
|
|
// skipped method S.Result with unsupported parameter or return types
|
|
|
|
|
|
|
|
@end
|
|
|
|
|
2016-09-13 06:11:15 +02:00
|
|
|
|
2016-03-13 15:15:56 +01:00
|
|
|
@implementation GoIgnoreI {
|
|
|
|
}
|
|
|
|
|
2016-09-19 12:44:13 +02:00
|
|
|
- (instancetype)initWithRef:(id)ref {
|
2016-03-13 15:15:56 +01:00
|
|
|
self = [super init];
|
|
|
|
if (self) { __ref = ref; }
|
|
|
|
return self;
|
|
|
|
}
|
|
|
|
|
|
|
|
// skipped method I.Argument with unsupported parameter or return types
|
|
|
|
|
|
|
|
// skipped method I.Result with unsupported parameter or return types
|
|
|
|
|
|
|
|
@end
|
|
|
|
|
|
|
|
|
|
|
|
// skipped const NamedConst with unsupported type: *types.Const
|
|
|
|
|
|
|
|
|
|
|
|
@implementation GoIgnore
|
|
|
|
// skipped variable V with unsupported type: *types.Interface
|
|
|
|
|
|
|
|
// skipped variable Var with unsupported type: *types.Interface
|
|
|
|
|
|
|
|
@end
|
|
|
|
|
|
|
|
|
|
|
|
// skipped function Argument with unsupported parameter or return types
|
|
|
|
|
|
|
|
// skipped function Result with unsupported parameter or return types
|
|
|
|
|
|
|
|
// skipped method I.Argument with unsupported parameter or return types
|
|
|
|
|
|
|
|
// skipped method I.Result with unsupported parameter or return types
|
|
|
|
|
|
|
|
__attribute__((constructor)) static void init() {
|
|
|
|
init_seq();
|
|
|
|
}
|