2015-06-05 15:24:08 -04:00
|
|
|
// Objective-C API for talking to basictypes Go package.
|
|
|
|
// gobind -lang=objc basictypes
|
|
|
|
//
|
|
|
|
// File is generated by gobind. Do not edit.
|
|
|
|
|
|
|
|
#ifndef __GoBasictypes_H__
|
|
|
|
#define __GoBasictypes_H__
|
|
|
|
|
2015-07-16 09:05:28 -04:00
|
|
|
#include <Foundation/Foundation.h>
|
2015-06-05 15:24:08 -04:00
|
|
|
|
2015-09-28 15:08:01 -04:00
|
|
|
FOUNDATION_EXPORT const BOOL GoBasictypesABool;
|
|
|
|
FOUNDATION_EXPORT const double GoBasictypesAFloat;
|
2016-03-06 14:55:37 +01:00
|
|
|
FOUNDATION_EXPORT NSString* const GoBasictypesALongString;
|
2015-09-28 15:08:01 -04:00
|
|
|
FOUNDATION_EXPORT const int32_t GoBasictypesARune;
|
|
|
|
FOUNDATION_EXPORT NSString* const GoBasictypesAString;
|
|
|
|
FOUNDATION_EXPORT const int64_t GoBasictypesAnInt;
|
|
|
|
FOUNDATION_EXPORT const int64_t GoBasictypesAnInt2;
|
|
|
|
|
2015-07-06 11:55:50 -04:00
|
|
|
FOUNDATION_EXPORT BOOL GoBasictypesBool(BOOL p0);
|
2015-06-05 15:24:08 -04:00
|
|
|
|
2015-07-06 11:55:50 -04:00
|
|
|
FOUNDATION_EXPORT NSData* GoBasictypesByteArrays(NSData* x);
|
2015-06-05 15:24:08 -04:00
|
|
|
|
2015-07-06 11:55:50 -04:00
|
|
|
FOUNDATION_EXPORT BOOL GoBasictypesError(NSError** error);
|
2015-06-05 15:24:08 -04:00
|
|
|
|
2015-07-06 11:55:50 -04:00
|
|
|
FOUNDATION_EXPORT BOOL GoBasictypesErrorPair(int* ret0_, NSError** error);
|
2015-06-05 15:24:08 -04:00
|
|
|
|
2015-07-06 11:55:50 -04:00
|
|
|
FOUNDATION_EXPORT void GoBasictypesInts(int8_t x, int16_t y, int32_t z, int64_t t, int u);
|
2015-06-05 15:24:08 -04:00
|
|
|
|
|
|
|
#endif
|