github.com/graybobo/golang.org-package-offline-cache@v0.0.0-20200626051047-6608995c132f/x/mobile/bind/testdata/customprefix.objc.h.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  #ifndef __EXCustomprefix_H__
     7  #define __EXCustomprefix_H__
     8  
     9  #include <Foundation/Foundation.h>
    10  
    11  FOUNDATION_EXPORT void EXCustomprefixF();
    12  
    13  #endif