Fixes golang/go#12328 Change-Id: I42872d26acb1c44522a64405cfa2d0f10fb24485 Reviewed-on: https://go-review.googlesource.com/13919 Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
23 lines
418 B
Plaintext
23 lines
418 B
Plaintext
// 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
|