2015-08-31 01:06:30 -04:00
|
|
|
// Objective-C API for talking to issue12403 Go package.
|
|
|
|
// gobind -lang=objc issue12403
|
|
|
|
//
|
|
|
|
// File is generated by gobind. Do not edit.
|
|
|
|
|
2016-12-23 11:18:18 +01:00
|
|
|
#ifndef __Issue12403_H__
|
|
|
|
#define __Issue12403_H__
|
2015-08-31 01:06:30 -04:00
|
|
|
|
2016-09-13 06:11:15 +02:00
|
|
|
@import Foundation;
|
2016-12-23 11:18:18 +01:00
|
|
|
#include "Universe.objc.h"
|
2015-08-31 01:06:30 -04:00
|
|
|
|
2016-09-13 06:11:15 +02:00
|
|
|
|
2016-12-23 11:18:18 +01:00
|
|
|
@protocol Issue12403Parsable;
|
|
|
|
@class Issue12403Parsable;
|
2015-10-21 21:26:17 -04:00
|
|
|
|
2016-12-23 11:18:18 +01:00
|
|
|
@protocol Issue12403Parsable <NSObject>
|
2015-10-12 15:50:24 -04:00
|
|
|
- (NSString*)fromJSON:(NSString*)jstr;
|
2016-12-07 14:24:54 +02:00
|
|
|
- (NSString*)toJSON:(NSError**)error;
|
2015-08-31 01:06:30 -04:00
|
|
|
@end
|
|
|
|
|
2016-12-23 11:18:18 +01:00
|
|
|
@class Issue12403Parsable;
|
2016-03-11 11:52:33 +01:00
|
|
|
|
2016-12-23 11:18:18 +01:00
|
|
|
@interface Issue12403Parsable : NSObject <goSeqRefInterface, Issue12403Parsable> {
|
2016-03-11 11:52:33 +01:00
|
|
|
}
|
|
|
|
@property(strong, readonly) id _ref;
|
|
|
|
|
2016-09-19 12:44:13 +02:00
|
|
|
- (instancetype)initWithRef:(id)ref;
|
2016-03-11 11:52:33 +01:00
|
|
|
- (NSString*)fromJSON:(NSString*)jstr;
|
2016-12-07 14:24:54 +02:00
|
|
|
- (NSString*)toJSON:(NSError**)error;
|
2016-03-11 11:52:33 +01:00
|
|
|
@end
|
|
|
|
|
2015-08-31 01:06:30 -04:00
|
|
|
#endif
|