blob: 914ab00357fce75f2534f9cfa10ce9af33e668a6 [file] [log] [blame]
@interface A(ExplicitNullabilityProperties)
@property (nonatomic, readwrite, retain, nonnull) A *explicitNonnullInstance;
@property (nonatomic, readwrite, retain, nullable) A *explicitNullableInstance;
@end