interfaces.objc.go.h.golden 698 B

123456789101112131415161718192021222324252627
  1. // Objective-C API for talking to interfaces Go package.
  2. // gobind -lang=objc interfaces
  3. //
  4. // File is generated by gobind. Do not edit.
  5. #ifndef __GO_interfaces_H__
  6. #define __GO_interfaces_H__
  7. #include <stdint.h>
  8. #include <objc/objc.h>
  9. int32_t cproxyinterfaces_Error_Err(int32_t refnum);
  10. int32_t cproxyinterfaces_I_Rand(int32_t refnum);
  11. int32_t cproxyinterfaces_I3_F(int32_t refnum);
  12. void cproxyinterfaces_Interfaces_SomeMethod(int32_t refnum);
  13. void cproxyinterfaces_LargerI_AnotherFunc(int32_t refnum);
  14. int32_t cproxyinterfaces_LargerI_Rand(int32_t refnum);
  15. int32_t cproxyinterfaces_SameI_Rand(int32_t refnum);
  16. void cproxyinterfaces_WithParam_HasParam(int32_t refnum, char p0);
  17. #endif