2
0
mirror of synced 2025-02-23 14:58:12 +00:00
mobile/bind/testdata/issue12328.objc.h.golden
David Crawshaw 11fe695b54 bind: support fields with type error
Fixes golang/go#12328

Change-Id: I42872d26acb1c44522a64405cfa2d0f10fb24485
Reviewed-on: https://go-review.googlesource.com/13919
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
2015-08-26 20:25:55 +00:00

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