2015-06-05 15:24:08 -04:00
|
|
|
// 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"
|
|
|
|
|
2015-07-06 11:55:50 -04:00
|
|
|
@class GoIssue10788TestInterface;
|
2015-06-05 15:24:08 -04:00
|
|
|
|
2015-07-06 11:55:50 -04:00
|
|
|
@class GoIssue10788TestStruct;
|
2015-06-05 15:24:08 -04:00
|
|
|
|
|
|
|
|
2015-07-06 11:55:50 -04:00
|
|
|
@interface GoIssue10788TestStruct : NSObject {
|
2015-06-05 15:24:08 -04:00
|
|
|
}
|
|
|
|
@property(strong, readonly) GoSeqRef *ref;
|
|
|
|
|
|
|
|
- (id)initWithRef:(GoSeqRef*)ref;
|
|
|
|
- (NSString*)Value;
|
|
|
|
- (void)setValue:(NSString*)v;
|
|
|
|
@end
|
|
|
|
|
|
|
|
#endif
|