134 lines
2.2 KiB
Plaintext
134 lines
2.2 KiB
Plaintext
|
// Objective-C API for talking to keywords Go package.
|
||
|
// gobind -lang=objc keywords
|
||
|
//
|
||
|
// File is generated by gobind. Do not edit.
|
||
|
|
||
|
#ifndef __GoKeywords_H__
|
||
|
#define __GoKeywords_H__
|
||
|
|
||
|
#include <Foundation/Foundation.h>
|
||
|
#include "GoUniverse.h"
|
||
|
|
||
|
@protocol GoKeywordsKeywordCaller;
|
||
|
@class GoKeywordsKeywordCaller;
|
||
|
|
||
|
@protocol GoKeywordsKeywordCaller
|
||
|
- (void)abstract;
|
||
|
- (void)assert;
|
||
|
- (void)boolean;
|
||
|
- (void)break;
|
||
|
- (void)byte;
|
||
|
- (void)case;
|
||
|
- (void)catch;
|
||
|
- (void)char;
|
||
|
- (void)class;
|
||
|
- (void)const;
|
||
|
- (void)continue;
|
||
|
- (void)default;
|
||
|
- (void)do;
|
||
|
- (void)double;
|
||
|
- (void)else;
|
||
|
- (void)enum;
|
||
|
- (void)extends;
|
||
|
- (void)false;
|
||
|
- (void)final;
|
||
|
- (void)finally;
|
||
|
- (void)float;
|
||
|
- (void)for;
|
||
|
- (void)goto;
|
||
|
- (void)if;
|
||
|
- (void)implements;
|
||
|
- (void)import;
|
||
|
- (void)instanceof;
|
||
|
- (void)int;
|
||
|
- (void)interface;
|
||
|
- (void)long;
|
||
|
- (void)native;
|
||
|
- (void)new;
|
||
|
- (void)null;
|
||
|
- (void)package;
|
||
|
- (void)private;
|
||
|
- (void)protected;
|
||
|
- (void)public;
|
||
|
- (void)return;
|
||
|
- (void)short;
|
||
|
- (void)static;
|
||
|
- (void)strictfp;
|
||
|
- (void)super;
|
||
|
- (void)switch;
|
||
|
- (void)synchronized;
|
||
|
- (void)this;
|
||
|
- (void)throw;
|
||
|
- (void)throws;
|
||
|
- (void)transient;
|
||
|
- (void)true;
|
||
|
- (void)try;
|
||
|
- (void)void;
|
||
|
- (void)volatile;
|
||
|
- (void)while;
|
||
|
@end
|
||
|
|
||
|
@class GoKeywordsKeywordCaller;
|
||
|
|
||
|
@interface GoKeywordsKeywordCaller : NSObject <GoKeywordsKeywordCaller> {
|
||
|
}
|
||
|
@property(strong, readonly) id _ref;
|
||
|
|
||
|
- (id)initWithRef:(id)ref;
|
||
|
- (void)abstract;
|
||
|
- (void)assert;
|
||
|
- (void)boolean;
|
||
|
- (void)break;
|
||
|
- (void)byte;
|
||
|
- (void)case;
|
||
|
- (void)catch;
|
||
|
- (void)char;
|
||
|
- (void)class;
|
||
|
- (void)const;
|
||
|
- (void)continue;
|
||
|
- (void)default;
|
||
|
- (void)do;
|
||
|
- (void)double;
|
||
|
- (void)else;
|
||
|
- (void)enum;
|
||
|
- (void)extends;
|
||
|
- (void)false;
|
||
|
- (void)final;
|
||
|
- (void)finally;
|
||
|
- (void)float;
|
||
|
- (void)for;
|
||
|
- (void)goto;
|
||
|
- (void)if;
|
||
|
- (void)implements;
|
||
|
- (void)import;
|
||
|
- (void)instanceof;
|
||
|
- (void)int;
|
||
|
- (void)interface;
|
||
|
- (void)long;
|
||
|
- (void)native;
|
||
|
- (void)new;
|
||
|
- (void)null;
|
||
|
- (void)package;
|
||
|
- (void)private;
|
||
|
- (void)protected;
|
||
|
- (void)public;
|
||
|
- (void)return;
|
||
|
- (void)short;
|
||
|
- (void)static;
|
||
|
- (void)strictfp;
|
||
|
- (void)super;
|
||
|
- (void)switch;
|
||
|
- (void)synchronized;
|
||
|
- (void)this;
|
||
|
- (void)throw;
|
||
|
- (void)throws;
|
||
|
- (void)transient;
|
||
|
- (void)true;
|
||
|
- (void)try;
|
||
|
- (void)void;
|
||
|
- (void)volatile;
|
||
|
- (void)while;
|
||
|
@end
|
||
|
|
||
|
#endif
|