Translate error type to NSError. Interface type is not supported yet. Change-Id: I54abba2360cff41ef8ca08063b0120e7edd65a47 Reviewed-on: https://go-review.googlesource.com/10793 Reviewed-by: David Crawshaw <crawshaw@golang.org> Reviewed-by: Damien Neil <dneil@google.com>
22 lines
400 B
Plaintext
22 lines
400 B
Plaintext
// Objective-C API for talking to interfaces Go package.
|
|
// gobind -lang=objc interfaces
|
|
//
|
|
// File is generated by gobind. Do not edit.
|
|
|
|
#ifndef __GoInterfaces_H__
|
|
#define __GoInterfaces_H__
|
|
|
|
#include "seq.h"
|
|
|
|
@class GoInterfaces_I;
|
|
|
|
@class GoInterfaces_WithParam;
|
|
|
|
|
|
|
|
FOUNDATION_EXPORT int32_t GoInterfaces_Add3(GoInterfaces_I* r);
|
|
|
|
FOUNDATION_EXPORT GoInterfaces_I* GoInterfaces_Seven();
|
|
|
|
#endif
|