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

     1  // Objective-C API for talking to issue12328 Go package.
     2  //   gobind -lang=objc issue12328
     3  //
     4  // File is generated by gobind. Do not edit.
     5  
     6  #ifndef __Issue12328_H__
     7  #define __Issue12328_H__
     8  
     9  @import Foundation;
    10  #include "ref.h"
    11  #include "Universe.objc.h"
    12  
    13  
    14  @class Issue12328T;
    15  
    16  @interface Issue12328T : NSObject <goSeqRefInterface> {
    17  }
    18  @property(strong, readonly) _Nonnull id _ref;
    19  
    20  - (nonnull instancetype)initWithRef:(_Nonnull id)ref;
    21  - (nonnull instancetype)init;
    22  @property (nonatomic) NSError* _Nullable err;
    23  @end
    24  
    25  #endif