blob: f6eb72e5160ac6bbef1fb72c4138ec53d17392c9 [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>
@class GoIssue12328T;
@interface GoIssue12328T : NSObject {
}
@property(strong, readonly) id ref;
- (id)initWithRef:(id)ref;
- (NSString*)Err;
- (void)setErr:(NSString*)v;
@end
#endif