github.com/MrKrisYu/mobile@v0.0.0-20230923092425-9be92a9aeacc/bind/testdata/issue29559.objc.h.golden (about)

     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  
     6  #ifndef __Issue29559_H__
     7  #define __Issue29559_H__
     8  
     9  @import Foundation;
    10  #include "ref.h"
    11  #include "Universe.objc.h"
    12  
    13  
    14  FOUNDATION_EXPORT void Issue29559TakesAString(NSString* _Nullable s);
    15  
    16  #endif