Availability | Deprecation Message | |
---|---|---|
From | Available | none |
To | Deprecated | Will be removed in a future release |
Declaration | |
---|---|
From | @property (atomic, readonly, strong, nonnull) __kindof ObjectType objectBeforeChanges |
To | @property (atomic, readonly, strong, nonnull) ObjectType objectBeforeChanges |
Declaration | |
---|---|
From | @property (atomic, readonly, strong, nullable) __kindof ObjectType _Nullable objectAfterChanges |
To | @property (atomic, readonly, strong, nullable) ObjectType objectAfterChanges |