2
0
mirror of synced 2025-02-24 07:18:15 +00:00
mobile/bind/testdata/customprefix.objc.m.golden
Elias Naur 51fe33c7bf mobile/bind: don't generate goSeqRefInterface
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>
2016-03-14 13:45:40 +00:00

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();
}