try.objc.h.golden 289 B

12345678910111213141516
  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. #ifndef __Try_H__
  6. #define __Try_H__
  7. @import Foundation;
  8. #include "ref.h"
  9. #include "Universe.objc.h"
  10. FOUNDATION_EXPORT NSString* _Nonnull TryThis(void);
  11. #endif