github.com/c-darwin/mobile@v0.0.0-20160313183840-ff625c46f7c9/bind/testdata/try.objc.h.golden (about)

     1  // Objective-C API for talking to try Go package.
     2  //   gobind -lang=objc try
     3  //
     4  // File is generated by gobind. Do not edit.
     5  
     6  #ifndef __GoTry_H__
     7  #define __GoTry_H__
     8  
     9  #include <Foundation/Foundation.h>
    10  
    11  FOUNDATION_EXPORT NSString* GoTryThis();
    12  
    13  #endif