blob: d81f50336ec8cbc0c497a560cd0e3395bf010870 [file] [log] [blame]
// Objective-C API for talking to issue12328 Go package.
// gobind -lang=objc issue12328
//
// File is generated by gobind. Do not edit.
#ifndef __Issue12328_H__
#define __Issue12328_H__
@import Foundation;
#include "ref.h"
#include "Universe.objc.h"
@class Issue12328T;
@interface Issue12328T : NSObject <goSeqRefInterface> {
}
@property(strong, readonly) _Nonnull id _ref;
- (nonnull instancetype)initWithRef:(_Nonnull id)ref;
- (nonnull instancetype)init;
@property (nonatomic) NSError* _Nullable err;
@end
#endif