12 lines
241 B
Plaintext
12 lines
241 B
Plaintext
|
// Objective-C API for talking to basictypes Go package.
|
||
|
// gobind -lang=objc basictypes
|
||
|
//
|
||
|
// File is generated by gobind. Do not edit.
|
||
|
|
||
|
#ifndef __basictypes_H__
|
||
|
#define __basictypes_H__
|
||
|
|
||
|
#include <stdint.h>
|
||
|
#include <objc/objc.h>
|
||
|
#endif
|