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

13 lines
290 B
Objective-C
Vendored

#import <objc/NSObject.h>
@interface KT37067_Impl : NSObject
@property (nonatomic, readonly) NSObject *newValue;
@property (nonatomic, readonly) NSObject *allocValue;
@property (nonatomic, readonly) NSObject *copyValue;
@property (nonatomic, readonly) NSObject *mutableCopyValue;
@end