2
0
mirror of synced 2025-02-24 07:18:15 +00:00
mobile/bind/testdata/customprefix.objc.h.golden
Burcu Dogan 319b6ff544 bind: use the prefix in the include guards
Fixes golang/go#12984.

Change-Id: I485e6071ff136eb3f475d03ebebf8d306f24c931
Reviewed-on: https://go-review.googlesource.com/16027
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
2015-10-19 16:13:27 +00:00

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