2015-08-27 12:19:47 -04:00
|
|
|
// Objective-C API for talking to customprefix Go package.
|
2016-12-23 11:18:18 +01:00
|
|
|
// gobind -lang=objc customprefix
|
2015-08-27 12:19:47 -04:00
|
|
|
//
|
|
|
|
// File is generated by gobind. Do not edit.
|
|
|
|
|
2016-11-24 16:53:21 +01:00
|
|
|
#ifndef __Customprefix_H__
|
|
|
|
#define __Customprefix_H__
|
2015-08-27 12:19:47 -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-27 12:19:47 -04:00
|
|
|
|
2016-09-13 06:11:15 +02:00
|
|
|
|
2017-10-06 17:51:06 +01:00
|
|
|
FOUNDATION_EXPORT void CustomprefixF(void);
|
2015-08-27 12:19:47 -04:00
|
|
|
|
|
|
|
#endif
|