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__
|
|
|
|
|
2015-07-16 09:05:28 -04:00
|
|
|
#include <Foundation/Foundation.h>
|
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-20 08:21:11 -04:00
|
|
|
@protocol GoIssue10788TestInterface
|
|
|
|
- (void)DoSomeWork:(GoIssue10788TestStruct*)s;
|
|
|
|
- (void)MultipleUnnamedParams:(int)p0 p1:(NSString*)p1 p2:(int64_t)p2;
|
|
|
|
@end
|
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
|
|
|
}
|
2015-07-16 09:05:28 -04:00
|
|
|
@property(strong, readonly) id ref;
|
2015-06-05 15:24:08 -04:00
|
|
|
|
2015-07-16 09:05:28 -04:00
|
|
|
- (id)initWithRef:(id)ref;
|
2015-06-05 15:24:08 -04:00
|
|
|
- (NSString*)Value;
|
|
|
|
- (void)setValue:(NSString*)v;
|
|
|
|
@end
|
|
|
|
|
|
|
|
#endif
|