issue12328.objc.h.golden 526 B

12345678910111213141516171819202122232425
  1. // Objective-C API for talking to issue12328 Go package.
  2. // gobind -lang=objc issue12328
  3. //
  4. // File is generated by gobind. Do not edit.
  5. #ifndef __Issue12328_H__
  6. #define __Issue12328_H__
  7. @import Foundation;
  8. #include "ref.h"
  9. #include "Universe.objc.h"
  10. @class Issue12328T;
  11. @interface Issue12328T : NSObject <goSeqRefInterface> {
  12. }
  13. @property(strong, readonly) _Nonnull id _ref;
  14. - (nonnull instancetype)initWithRef:(_Nonnull id)ref;
  15. - (nonnull instancetype)init;
  16. @property (nonatomic) NSError* _Nullable err;
  17. @end
  18. #endif