keywords.objc.h.golden 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. // Objective-C API for talking to keywords Go package.
  2. // gobind -lang=objc keywords
  3. //
  4. // File is generated by gobind. Do not edit.
  5. #ifndef __Keywords_H__
  6. #define __Keywords_H__
  7. @import Foundation;
  8. #include "ref.h"
  9. #include "Universe.objc.h"
  10. @protocol KeywordsKeywordCaller;
  11. @class KeywordsKeywordCaller;
  12. @protocol KeywordsKeywordCaller <NSObject>
  13. - (void)abstract;
  14. - (void)assert;
  15. - (void)bool_;
  16. - (void)boolean;
  17. - (void)break;
  18. - (void)byte;
  19. - (void)case;
  20. - (void)catch;
  21. - (void)char_;
  22. - (void)class;
  23. - (void)const_;
  24. - (void)continue;
  25. - (void)default;
  26. - (void)do;
  27. - (void)double_;
  28. - (void)else;
  29. - (void)enum;
  30. - (void)extends;
  31. - (void)false;
  32. - (void)final;
  33. - (void)finally;
  34. - (void)float_;
  35. - (void)for;
  36. - (void)goto;
  37. - (void)if;
  38. - (void)implements;
  39. - (void)import;
  40. - (void)instanceof;
  41. - (void)int_;
  42. - (void)interface;
  43. - (void)long_;
  44. - (void)native;
  45. - (void)new;
  46. - (void)nil_;
  47. - (void)null;
  48. - (void)package;
  49. - (void)private;
  50. - (void)protected;
  51. - (void)public;
  52. - (void)return;
  53. - (void)short_;
  54. - (void)static;
  55. - (void)strictfp;
  56. - (void)super_;
  57. - (void)switch;
  58. - (void)synchronized;
  59. - (void)this;
  60. - (void)throw;
  61. - (void)throws;
  62. - (void)transient;
  63. - (void)true;
  64. - (void)try;
  65. - (void)void_;
  66. - (void)volatile_;
  67. - (void)while;
  68. @end
  69. FOUNDATION_EXPORT void KeywordsConst(NSString* _Nullable id_);
  70. FOUNDATION_EXPORT void KeywordsStatic(NSString* _Nullable strictfp);
  71. @class KeywordsKeywordCaller;
  72. @interface KeywordsKeywordCaller : NSObject <goSeqRefInterface, KeywordsKeywordCaller> {
  73. }
  74. @property(strong, readonly) _Nonnull id _ref;
  75. - (nonnull instancetype)initWithRef:(_Nonnull id)ref;
  76. - (void)abstract;
  77. - (void)assert;
  78. - (void)bool_;
  79. - (void)boolean;
  80. - (void)break;
  81. - (void)byte;
  82. - (void)case;
  83. - (void)catch;
  84. - (void)char_;
  85. - (void)class;
  86. - (void)const_;
  87. - (void)continue;
  88. - (void)default;
  89. - (void)do;
  90. - (void)double_;
  91. - (void)else;
  92. - (void)enum;
  93. - (void)extends;
  94. - (void)false;
  95. - (void)final;
  96. - (void)finally;
  97. - (void)float_;
  98. - (void)for;
  99. - (void)goto;
  100. - (void)if;
  101. - (void)implements;
  102. - (void)import;
  103. - (void)instanceof;
  104. - (void)int_;
  105. - (void)interface;
  106. - (void)long_;
  107. - (void)native;
  108. - (void)new;
  109. - (void)nil_;
  110. - (void)null;
  111. - (void)package;
  112. - (void)private;
  113. - (void)protected;
  114. - (void)public;
  115. - (void)return;
  116. - (void)short_;
  117. - (void)static;
  118. - (void)strictfp;
  119. - (void)super_;
  120. - (void)switch;
  121. - (void)synchronized;
  122. - (void)this;
  123. - (void)throw;
  124. - (void)throws;
  125. - (void)transient;
  126. - (void)true;
  127. - (void)try;
  128. - (void)void_;
  129. - (void)volatile_;
  130. - (void)while;
  131. @end
  132. #endif