issue29559.objc.h.golden 335 B

12345678910111213141516
  1. // Objective-C API for talking to issue29559 Go package.
  2. // gobind -lang=objc issue29559
  3. //
  4. // File is generated by gobind. Do not edit.
  5. #ifndef __Issue29559_H__
  6. #define __Issue29559_H__
  7. @import Foundation;
  8. #include "ref.h"
  9. #include "Universe.objc.h"
  10. FOUNDATION_EXPORT void Issue29559TakesAString(NSString* _Nullable s);
  11. #endif