ignore.objc.h.golden 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. // Objective-C API for talking to ignore Go package.
  2. // gobind -lang=objc ignore
  3. //
  4. // File is generated by gobind. Do not edit.
  5. #ifndef __Ignore_H__
  6. #define __Ignore_H__
  7. @import Foundation;
  8. #include "ref.h"
  9. #include "Universe.objc.h"
  10. @class IgnoreS;
  11. @protocol IgnoreI;
  12. @class IgnoreI;
  13. @protocol IgnoreI <NSObject>
  14. // skipped method I.Argument with unsupported parameter or return types
  15. // skipped method I.Result with unsupported parameter or return types
  16. @end
  17. @interface IgnoreS : NSObject <goSeqRefInterface, IgnoreI> {
  18. }
  19. @property(strong, readonly) _Nonnull id _ref;
  20. - (nonnull instancetype)initWithRef:(_Nonnull id)ref;
  21. - (nonnull instancetype)init;
  22. // skipped field S.F with unsupported type: interface{}
  23. // skipped method S.Argument with unsupported parameter or return types
  24. // skipped method S.Result with unsupported parameter or return types
  25. @end
  26. // skipped const Cuint with unsupported type: uint
  27. // skipped const Cuint32 with unsupported type: uint32
  28. // skipped const Cuint64 with unsupported type: uint64
  29. // skipped const NamedConst with unsupported type: ignore.NamedString
  30. @interface Ignore : NSObject
  31. // skipped variable C128 with unsupported type: complex128
  32. // skipped variable C64 with unsupported type: complex64
  33. // skipped variable Uint with unsupported type: uint
  34. // skipped variable Uint32 with unsupported type: uint32
  35. // skipped variable Uint64 with unsupported type: uint64
  36. // skipped variable V with unsupported type: interface{}
  37. // skipped variable Var with unsupported type: interface{}
  38. @end
  39. // skipped function Argument with unsupported parameter or return types
  40. // skipped function Result with unsupported parameter or return types
  41. @class IgnoreI;
  42. @interface IgnoreI : NSObject <goSeqRefInterface, IgnoreI> {
  43. }
  44. @property(strong, readonly) _Nonnull id _ref;
  45. - (nonnull instancetype)initWithRef:(_Nonnull id)ref;
  46. // skipped method I.Argument with unsupported parameter or return types
  47. // skipped method I.Result with unsupported parameter or return types
  48. @end
  49. #endif