14 lines
270 B
Plaintext
14 lines
270 B
Plaintext
|
// Objective-C API for talking to structs Go package.
|
||
|
// gobind -lang=objc structs
|
||
|
//
|
||
|
// File is generated by gobind. Do not edit.
|
||
|
|
||
|
#ifndef __structs_H__
|
||
|
#define __structs_H__
|
||
|
|
||
|
#include <stdint.h>
|
||
|
#include <objc/objc.h>
|
||
|
void cproxystructs_I_M(int32_t refnum);
|
||
|
|
||
|
#endif
|