github.com/cyrilou242/gomobile-java@v0.0.0-20220215185836-09daef25a210/bind/testdata/keywords.objc.h.golden (about)

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