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