try.objc.m.golden 425 B

1234567891011121314151617181920
  1. // Objective-C API for talking to try Go package.
  2. // gobind -lang=objc try
  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 "Try.objc.h"
  9. NSString* _Nonnull TryThis(void) {
  10. nstring r0 = proxytry__This();
  11. NSString *_ret0_ = go_seq_to_objc_string(r0);
  12. return _ret0_;
  13. }
  14. __attribute__((constructor)) static void init() {
  15. init_seq();
  16. }