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