universe.objc.go.h.golden 252 B

12345678910111213
  1. // Objective-C API for talking to Go package.
  2. // gobind -lang=objc
  3. //
  4. // File is generated by gobind. Do not edit.
  5. #ifndef __GO__H__
  6. #define __GO__H__
  7. #include <stdint.h>
  8. #include <objc/objc.h>
  9. nstring cproxy_error_Error(int32_t refnum);
  10. #endif