17 lines
335 B
Text
17 lines
335 B
Text
|
// Objective-C API for talking to issue29559 Go package.
|
||
|
// gobind -lang=objc issue29559
|
||
|
//
|
||
|
// File is generated by gobind. Do not edit.
|
||
|
|
||
|
#ifndef __Issue29559_H__
|
||
|
#define __Issue29559_H__
|
||
|
|
||
|
@import Foundation;
|
||
|
#include "ref.h"
|
||
|
#include "Universe.objc.h"
|
||
|
|
||
|
|
||
|
FOUNDATION_EXPORT void Issue29559TakesAString(NSString* _Nullable s);
|
||
|
|
||
|
#endif
|