blob: 5ae1bee0bd2e4c578fd4e4efc99461f921fbedf7 [file] [log] [blame]
// 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 <Foundation/Foundation.h>
@class GoInterfacesI;
@class GoInterfacesWithParam;
FOUNDATION_EXPORT int32_t GoInterfacesAdd3(GoInterfacesI* r);
FOUNDATION_EXPORT GoInterfacesI* GoInterfacesSeven();
#endif