underscores.objc.h.golden 755 B

123456789101112131415161718192021222324252627282930313233
  1. // Objective-C API for talking to underscores Go package.
  2. // gobind -lang=objc underscores
  3. //
  4. // File is generated by gobind. Do not edit.
  5. #ifndef __Underscore_pkg_H__
  6. #define __Underscore_pkg_H__
  7. @import Foundation;
  8. #include "ref.h"
  9. #include "Universe.objc.h"
  10. @class Underscore_pkgUnderscore_struct;
  11. @interface Underscore_pkgUnderscore_struct : NSObject <goSeqRefInterface> {
  12. }
  13. @property(strong, readonly) _Nonnull id _ref;
  14. - (nonnull instancetype)initWithRef:(_Nonnull id)ref;
  15. - (nonnull instancetype)init;
  16. @property (nonatomic) NSString* _Nonnull underscore_field;
  17. @end
  18. @interface Underscore_pkg : NSObject
  19. + (long) underscore_var;
  20. + (void) setUnderscore_var:(long)v;
  21. @end
  22. FOUNDATION_EXPORT void Underscore_pkgUnderscore_func(void);
  23. #endif