19 lines
393 B
Plaintext
19 lines
393 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.
|
||
|
|
||
|
#include <Foundation/Foundation.h>
|
||
|
#include "seq.h"
|
||
|
#include "_cgo_export.h"
|
||
|
#include "EXCustomprefix.objc.h"
|
||
|
|
||
|
|
||
|
void EXCustomprefixF() {
|
||
|
proxycustomprefix__F();
|
||
|
}
|
||
|
|
||
|
__attribute__((constructor)) static void init() {
|
||
|
init_seq();
|
||
|
}
|