blob: ba685ab95e126fad6bb8b2990e5c94d2a5d8d843 [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 __GoIssue12328_H__
#define __GoIssue12328_H__
@import Foundation;
#include "GoUniverse.objc.h"
@class GoIssue12328T;
@interface GoIssue12328T : NSObject <goSeqRefInterface> {
}
@property(strong, readonly) id _ref;
- (id)initWithRef:(id)ref;
- (NSError*)err;
- (void)setErr:(NSError*)v;
@end
#endif