brintos

brintos / llvm-project-archived public Read only

0
0
Text · 207 B · 914ab00 Raw
5 lines · c
1@interface A(ExplicitNullabilityProperties)2@property (nonatomic, readwrite, retain, nonnull) A *explicitNonnullInstance;3@property (nonatomic, readwrite, retain, nullable) A *explicitNullableInstance;4@end5