524f0d335e
^KT-61259
8 lines
175 B
Objective-C
Vendored
8 lines
175 B
Objective-C
Vendored
#import <Foundation/NSObject.h>
|
|
|
|
@interface TestInitWithCustomSelector : NSObject
|
|
-(instancetype)initCustom;
|
|
@property BOOL custom;
|
|
|
|
+(instancetype _Nonnull)createCustom;
|
|
@end |