blob: 51883b98e91976f2aa63a7b601cc84f82965bab9 [file] [log] [blame]
// Objective-C API for talking to issue12403 Go package.
// gobind -lang=objc issue12403
//
// File is generated by gobind. Do not edit.
#ifndef __GoIssue12403_H__
#define __GoIssue12403_H__
#include <Foundation/Foundation.h>
@protocol GoIssue12403Parsable
- (NSString*)fromJSON:(NSString*)jstr;
- (BOOL)toJSON:(NSString**)ret0_ error:(NSError**)error;
@end
#endif