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.
|
|
|
|
|
2016-12-23 11:18:18 +01:00
|
|
|
#ifndef __Try_H__
|
|
|
|
#define __Try_H__
|
2015-08-24 15:49:09 -04:00
|
|
|
|
2016-09-13 06:11:15 +02:00
|
|
|
@import Foundation;
|
2016-12-23 11:18:18 +01:00
|
|
|
#include "Universe.objc.h"
|
2015-08-24 15:49:09 -04:00
|
|
|
|
2016-09-13 06:11:15 +02:00
|
|
|
|
2016-12-23 11:18:18 +01:00
|
|
|
FOUNDATION_EXPORT NSString* TryThis();
|
2015-08-24 15:49:09 -04:00
|
|
|
|
|
|
|
#endif
|