github.com/coming-chat/gomobile@v0.0.0-20220601074111-56995f7d7aba/bind/testdata/customprefixEX.objc.m.golden (about)

     1  // Objective-C API for talking to customprefix Go package.
     2  //   gobind -lang=objc -prefix="EX" 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 "EXCustomprefix.objc.h"
    10  
    11  
    12  void EXCustomprefixF(void) {
    13      proxycustomprefix__F();
    14  }
    15  
    16  __attribute__((constructor)) static void init() {
    17      init_seq();
    18  }