It was generated once per bound package before, but since it is constant it belongs in seq.h. Change-Id: I7d920e8e87ce11cc9ae5e5e410dd935bc6e53480 Reviewed-on: https://go-review.googlesource.com/20657 Reviewed-by: David Crawshaw <crawshaw@golang.org>
21 lines
430 B
Plaintext
21 lines
430 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.h"
|
|
|
|
static NSString* errDomain = @"go.customprefix";
|
|
|
|
|
|
void EXCustomprefixF() {
|
|
proxycustomprefix__F();
|
|
}
|
|
|
|
__attribute__((constructor)) static void init() {
|
|
init_seq();
|
|
}
|