2
0
mirror of synced 2025-02-23 23:08:14 +00:00
mobile/bind/testdata/issue10788.objc.h.golden

26 lines
472 B
Plaintext
Raw Normal View History

// 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 GoIssue10788TestInterface;
@class GoIssue10788TestStruct;
@interface GoIssue10788TestStruct : NSObject {
}
@property(strong, readonly) GoSeqRef *ref;
- (id)initWithRef:(GoSeqRef*)ref;
- (NSString*)Value;
- (void)setValue:(NSString*)v;
@end
#endif