customprefixEX.objc.m.golden 397 B

123456789101112131415161718
  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. #include <Foundation/Foundation.h>
  6. #include "seq.h"
  7. #include "_cgo_export.h"
  8. #include "EXCustomprefix.objc.h"
  9. void EXCustomprefixF(void) {
  10. proxycustomprefix__F();
  11. }
  12. __attribute__((constructor)) static void init() {
  13. init_seq();
  14. }