blob: 6ab1b99f2f40f9015a47f7d4308c10465dba67ff [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__
#include <Foundation/Foundation.h>
#include "GoUniverse.h"
@class GoIssue12328T;
@interface GoIssue12328T : NSObject {
}
@property(strong, readonly) id _ref;
- (id)initWithRef:(id)ref;
- (NSString*)err;
- (void)setErr:(NSString*)v;
@end
#endif