github.com/graybobo/golang.org-package-offline-cache@v0.0.0-20200626051047-6608995c132f/x/mobile/bind/testdata/basictypes.objc.h.golden (about)

     1  // Objective-C API for talking to basictypes Go package.
     2  //   gobind -lang=objc basictypes
     3  //
     4  // File is generated by gobind. Do not edit.
     5  
     6  #ifndef __GoBasictypes_H__
     7  #define __GoBasictypes_H__
     8  
     9  #include <Foundation/Foundation.h>
    10  
    11  FOUNDATION_EXPORT const BOOL GoBasictypesABool;
    12  FOUNDATION_EXPORT const double GoBasictypesAFloat;
    13  FOUNDATION_EXPORT const int32_t GoBasictypesARune;
    14  FOUNDATION_EXPORT NSString* const GoBasictypesAString;
    15  FOUNDATION_EXPORT const int64_t GoBasictypesAnInt;
    16  FOUNDATION_EXPORT const int64_t GoBasictypesAnInt2;
    17  
    18  FOUNDATION_EXPORT BOOL GoBasictypesBool(BOOL p0);
    19  
    20  FOUNDATION_EXPORT NSData* GoBasictypesByteArrays(NSData* x);
    21  
    22  FOUNDATION_EXPORT BOOL GoBasictypesError(NSError** error);
    23  
    24  FOUNDATION_EXPORT BOOL GoBasictypesErrorPair(int* ret0_, NSError** error);
    25  
    26  FOUNDATION_EXPORT void GoBasictypesInts(int8_t x, int16_t y, int32_t z, int64_t t, int u);
    27  
    28  #endif