github.com/MrKrisYu/mobile@v0.0.0-20230923092425-9be92a9aeacc/bind/testdata/customprefix.objc.m.golden (about)

     1  // Objective-C API for talking to customprefix Go package.
     2  //   gobind -lang=objc customprefix
     3  //
     4  // File is generated by gobind. Do not edit.
     5  
     6  #include <Foundation/Foundation.h>
     7  #include "seq.h"
     8  #include "_cgo_export.h"
     9  #include "Customprefix.objc.h"
    10  
    11  
    12  void CustomprefixF(void) {
    13      proxycustomprefix__F();
    14  }
    15  
    16  __attribute__((constructor)) static void init() {
    17      init_seq();
    18  }