Fixes golang/go#12984. Change-Id: I485e6071ff136eb3f475d03ebebf8d306f24c931 Reviewed-on: https://go-review.googlesource.com/16027 Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
14 lines
300 B
Plaintext
14 lines
300 B
Plaintext
// Objective-C API for talking to customprefix Go package.
|
|
// gobind -lang=objc -prefix=EX customprefix
|
|
//
|
|
// File is generated by gobind. Do not edit.
|
|
|
|
#ifndef __EXCustomprefix_H__
|
|
#define __EXCustomprefix_H__
|
|
|
|
#include <Foundation/Foundation.h>
|
|
|
|
FOUNDATION_EXPORT void EXCustomprefixF();
|
|
|
|
#endif
|