Files
kotlin-fork/native/native.tests/testData/interop/objc/tests/initWithCustomSelector.h
T
2024-01-31 16:17:21 +00:00

8 lines
175 B
Objective-C
Vendored

#import <Foundation/NSObject.h>
@interface TestInitWithCustomSelector : NSObject
-(instancetype)initCustom;
@property BOOL custom;
+(instancetype _Nonnull)createCustom;
@end