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