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.
|
|
|
|
|
|
|
|
#ifndef __GoIssue12328_H__
|
|
|
|
#define __GoIssue12328_H__
|
|
|
|
|
|
|
|
#include <Foundation/Foundation.h>
|
|
|
|
|
|
|
|
@class GoIssue12328T;
|
|
|
|
|
|
|
|
@interface GoIssue12328T : NSObject {
|
|
|
|
}
|
2015-10-12 15:50:24 -04:00
|
|
|
@property(strong, readonly) id _ref;
|
2015-08-25 16:39:49 -04:00
|
|
|
|
|
|
|
- (id)initWithRef:(id)ref;
|
2015-10-12 15:50:24 -04:00
|
|
|
- (NSString*)err;
|
2015-08-25 16:39:49 -04:00
|
|
|
- (void)setErr:(NSString*)v;
|
|
|
|
@end
|
|
|
|
|
|
|
|
#endif
|