2015-08-24 15:49:09 -04:00
|
|
|
// 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__
|
|
|
|
|
2016-09-13 06:11:15 +02:00
|
|
|
@import Foundation;
|
2016-11-24 16:53:21 +01:00
|
|
|
#include "GoUniverse.objc.h"
|
2015-08-24 15:49:09 -04:00
|
|
|
|
2016-09-13 06:11:15 +02:00
|
|
|
|
2015-08-24 15:49:09 -04:00
|
|
|
FOUNDATION_EXPORT NSString* GoTryThis();
|
|
|
|
|
|
|
|
#endif
|