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

24 lines
441 B
Plaintext
Raw Normal View History

// 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>
#include "GoUniverse.h"
@class GoIssue12328T;
@interface GoIssue12328T : NSObject {
}
@property(strong, readonly) id _ref;
- (id)initWithRef:(id)ref;
- (NSError*)err;
- (void)setErr:(NSError*)v;
@end
#endif