issue29559.objc.m.golden 447 B

12345678910111213141516171819
  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. #include <Foundation/Foundation.h>
  6. #include "seq.h"
  7. #include "_cgo_export.h"
  8. #include "Issue29559.objc.h"
  9. void Issue29559TakesAString(NSString* _Nullable s) {
  10. nstring _s = go_seq_from_objc_string(s);
  11. proxyissue29559__TakesAString(_s);
  12. }
  13. __attribute__((constructor)) static void init() {
  14. init_seq();
  15. }