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
|
|
|
}
|
2019-04-12 18:55:54 +00:00
|
|
|
@property(strong, readonly) _Nonnull id _ref;
|
2015-08-25 16:39:49 -04:00
|
|
|
|
2019-04-12 18:55:54 +00:00
|
|
|
- (nonnull instancetype)initWithRef:(_Nonnull id)ref;
|
2019-03-05 15:08:40 +00:00
|
|
|
- (nonnull instancetype)init;
|
|
|
|
@property (nonatomic) NSError* _Nullable err;
|
2015-08-25 16:39:49 -04:00
|
|
|
@end
|
|
|
|
|
|
|
|
#endif
|