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;
|
2019-01-26 17:25:49 +00:00
|
|
|
#include "ref.h"
|
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>
|
2019-03-05 15:08:40 +00:00
|
|
|
- (NSString* _Nonnull)fromJSON:(NSString* _Nullable)jstr;
|
2019-04-12 18:55:54 +00:00
|
|
|
- (NSString* _Nonnull)toJSON:(NSError* _Nullable* _Nullable)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
|
|
|
}
|
2019-04-12 18:55:54 +00:00
|
|
|
@property(strong, readonly) _Nonnull id _ref;
|
2016-03-11 11:52:33 +01:00
|
|
|
|
2019-04-12 18:55:54 +00:00
|
|
|
- (nonnull instancetype)initWithRef:(_Nonnull id)ref;
|
2019-03-05 15:08:40 +00:00
|
|
|
- (NSString* _Nonnull)fromJSON:(NSString* _Nullable)jstr;
|
2019-04-12 18:55:54 +00:00
|
|
|
- (NSString* _Nonnull)toJSON:(NSError* _Nullable* _Nullable)error;
|
2016-03-11 11:52:33 +01:00
|
|
|
@end
|
|
|
|
|
2015-08-31 01:06:30 -04:00
|
|
|
#endif
|