blob: 6bbd53cb552c62d53c188cac2bb60a3508a4e9d9 [file] [log] [blame]
// Objective-C API for talking to try Go package.
// gobind -lang=objc try
//
// File is generated by gobind. Do not edit.
#ifndef __GoTry_H__
#define __GoTry_H__
#include <Foundation/Foundation.h>
#include "GoUniverse.h"
FOUNDATION_EXPORT NSString* GoTryThis();
#endif