Files
kotlin-fork/native/native.tests/testData/CInterop/executable/kt63048/kt63048.h
T
2023-12-04 08:43:28 +00:00

8 lines
193 B
Objective-C
Vendored

#import "Foundation/NSString.h"
#import "Foundation/NSObject.h"
@interface WithClassProperty : NSObject
-(instancetype) init;
@property (class, readonly, copy) NSString * stringProperty;
@end