2015-08-25 16:39:49 -04:00
|
|
|
// Objective-C API for talking to issue12328 Go package.
|
|
|
|
// gobind -lang=objc issue12328
|
|
|
|
//
|
|
|
|
// File is generated by gobind. Do not edit.
|
|
|
|
|
2016-12-23 11:18:18 +01:00
|
|
|
#ifndef __Issue12328_H__
|
|
|
|
#define __Issue12328_H__
|
2015-08-25 16:39:49 -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-25 16:39:49 -04:00
|
|
|
|
2016-09-13 06:11:15 +02:00
|
|
|
|
2016-12-23 11:18:18 +01:00
|
|
|
@class Issue12328T;
|
2015-08-25 16:39:49 -04:00
|
|
|
|
2016-12-23 11:18:18 +01:00
|
|
|
@interface Issue12328T : NSObject <goSeqRefInterface> {
|
2015-08-25 16:39:49 -04:00
|
|
|
}
|
2015-10-12 15:50:24 -04:00
|
|
|
@property(strong, readonly) id _ref;
|
2015-08-25 16:39:49 -04:00
|
|
|
|
2017-07-30 12:35:42 +02:00
|
|
|
- (instancetype)initWithRef:(id)ref;
|
|
|
|
- (instancetype)init;
|
2019-01-25 14:26:00 +00:00
|
|
|
@property (nonatomic) NSError* err;
|
2015-08-25 16:39:49 -04:00
|
|
|
@end
|
|
|
|
|
|
|
|
#endif
|