Obj-C Nullability

null_unspecified → Default placeholder until one of the following is chosen. Xcode 11.4.1 shows it as [Place]!.

nonnull[Place]NS_ASSUME_NONNULL_BEGIN

nullable[Place]?

null_resettable[Place]? → set to nil, resets to default