github.com/shranet/mobile@v0.0.0-20200814083559-5702cdcd481b/bind/testdata/issue10788.objc.go.h.golden (about)

     1  // Objective-C API for talking to issue10788 Go package.
     2  //   gobind -lang=objc issue10788
     3  //
     4  // File is generated by gobind. Do not edit.
     5  
     6  #ifndef __GO_issue10788_H__
     7  #define __GO_issue10788_H__
     8  
     9  #include <stdint.h>
    10  #include <objc/objc.h>
    11  void cproxyissue10788_TestInterface_DoSomeWork(int32_t refnum, int32_t s);
    12  
    13  void cproxyissue10788_TestInterface_MultipleUnnamedParams(int32_t refnum, nint p0, nstring p1, int64_t 日本);
    14  
    15  #endif