Translate error type to NSError. Interface type is not supported yet. Change-Id: I54abba2360cff41ef8ca08063b0120e7edd65a47 Reviewed-on: https://go-review.googlesource.com/10793 Reviewed-by: David Crawshaw <crawshaw@golang.org> Reviewed-by: Damien Neil <dneil@google.com>
26 lines
475 B
Plaintext
26 lines
475 B
Plaintext
// Objective-C API for talking to issue10788 Go package.
|
|
// gobind -lang=objc issue10788
|
|
//
|
|
// File is generated by gobind. Do not edit.
|
|
|
|
#ifndef __GoIssue10788_H__
|
|
#define __GoIssue10788_H__
|
|
|
|
#include "seq.h"
|
|
|
|
@class GoIssue10788_TestInterface;
|
|
|
|
@class GoIssue10788_TestStruct;
|
|
|
|
|
|
@interface GoIssue10788_TestStruct : NSObject {
|
|
}
|
|
@property(strong, readonly) GoSeqRef *ref;
|
|
|
|
- (id)initWithRef:(GoSeqRef*)ref;
|
|
- (NSString*)Value;
|
|
- (void)setValue:(NSString*)v;
|
|
@end
|
|
|
|
#endif
|