github.com/graybobo/golang.org-package-offline-cache@v0.0.0-20200626051047-6608995c132f/x/mobile/bind/testdata/issue12403.objc.h.golden (about)

     1  // Objective-C API for talking to issue12403 Go package.
     2  //   gobind -lang=objc issue12403
     3  //
     4  // File is generated by gobind. Do not edit.
     5  
     6  #ifndef __GoIssue12403_H__
     7  #define __GoIssue12403_H__
     8  
     9  #include <Foundation/Foundation.h>
    10  
    11  @protocol GoIssue12403Parsable;
    12  @class GoIssue12403Parsable;
    13  
    14  @protocol GoIssue12403Parsable
    15  - (NSString*)fromJSON:(NSString*)jstr;
    16  - (BOOL)toJSON:(NSString**)ret0_ error:(NSError**)error;
    17  @end
    18  
    19  #endif