Fixes golang/go#29559 Change-Id: Iffaac239e5c9a9e53f4e292b4d9bf669d5084e1f GitHub-Last-Rev: c5d4a4823d2bf60fa7bff09ab7bbdc9235c49d67 GitHub-Pull-Request: golang/mobile#25 Reviewed-on: https://go-review.googlesource.com/c/159417 Reviewed-by: Elias Naur <mail@eliasnaur.com>
12 lines
247 B
Plaintext
12 lines
247 B
Plaintext
// Objective-C API for talking to issue29559 Go package.
|
|
// gobind -lang=objc issue29559
|
|
//
|
|
// File is generated by gobind. Do not edit.
|
|
|
|
#ifndef __GO_issue29559_H__
|
|
#define __GO_issue29559_H__
|
|
|
|
#include <stdint.h>
|
|
#include <objc/objc.h>
|
|
#endif
|