universe.objc.h.golden 563 B

1234567891011121314151617181920212223242526272829
  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 __Universe_H__
  6. #define __Universe_H__
  7. @import Foundation;
  8. #include "ref.h"
  9. @protocol Universeerror;
  10. @class Universeerror;
  11. @protocol Universeerror <NSObject>
  12. - (NSString* _Nonnull)error;
  13. @end
  14. @class Universeerror;
  15. @interface Universeerror : NSError <goSeqRefInterface, Universeerror> {
  16. }
  17. @property(strong, readonly) _Nonnull id _ref;
  18. - (nonnull instancetype)initWithRef:(_Nonnull id)ref;
  19. - (NSString* _Nonnull)error;
  20. @end
  21. #endif