github.com/c-darwin/mobile@v0.0.0-20160313183840-ff625c46f7c9/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 BOOL GoBasictypesBool(BOOL p0);
    12  
    13  FOUNDATION_EXPORT NSData* GoBasictypesByteArrays(NSData* x);
    14  
    15  FOUNDATION_EXPORT BOOL GoBasictypesError(NSError** error);
    16  
    17  FOUNDATION_EXPORT BOOL GoBasictypesErrorPair(int* ret0_, NSError** error);
    18  
    19  FOUNDATION_EXPORT void GoBasictypesInts(int8_t x, int16_t y, int32_t z, int64_t t, int u);
    20  
    21  #endif