Photos tvOS 11.0 Beta 1 to Beta 2 API Differences

PHAsset.h
AvailabilityDeprecation Message
FromAvailablenone
ToDeprecatedWill be removed in a future release

PHChange.h
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