github.com/danbrough/mobile@v0.0.3-beta03/bind/testdata/interfaces.objc.go.h.golden (about)

     1  // Objective-C API for talking to interfaces Go package.
     2  //   gobind -lang=objc interfaces
     3  //
     4  // File is generated by gobind. Do not edit.
     5  
     6  #ifndef __GO_interfaces_H__
     7  #define __GO_interfaces_H__
     8  
     9  #include <stdint.h>
    10  #include <objc/objc.h>
    11  int32_t cproxyinterfaces_Error_Err(int32_t refnum);
    12  
    13  int32_t cproxyinterfaces_I_Rand(int32_t refnum);
    14  
    15  int32_t cproxyinterfaces_I3_F(int32_t refnum);
    16  
    17  void cproxyinterfaces_Interfaces_SomeMethod(int32_t refnum);
    18  
    19  void cproxyinterfaces_LargerI_AnotherFunc(int32_t refnum);
    20  
    21  int32_t cproxyinterfaces_LargerI_Rand(int32_t refnum);
    22  
    23  int32_t cproxyinterfaces_SameI_Rand(int32_t refnum);
    24  
    25  void cproxyinterfaces_WithParam_HasParam(int32_t refnum, char p0);
    26  
    27  #endif