UIKit tvOS 13.0 Beta 3 to Beta 4 API Differences

NSDataAsset.h
Declaration
From- (instancetype)initWithName:(NSString *)name
To- (instancetype)initWithName:(NSDataAssetName)name

Declaration
From- (instancetype)initWithName:(NSString *)name bundle:(NSBundle *)bundle
To- (instancetype)initWithName:(NSDataAssetName)name bundle:(NSBundle *)bundle

Declaration
From@property (nonatomic, readonly, copy) NSString *name
To@property (nonatomic, readonly, copy) NSDataAssetName name

UICommand.h
UICommandBuilder.h
UICommandGroup.h
UICommandGroupable.h
UICommandSystem.h
UICommandValidation.h
UIDiffableDataSource.h
Added -[UICollectionViewDiffableDataSource applySnapshot:animatingDifferences:completion:]
Added -[UITableViewDiffableDataSource applySnapshot:animatingDifferences:completion:]
UIImage.h
Added UIImage.checkmarkImage
Added UIImage.strokedCheckmarkImage
UIKeyCommand.h
Modified UIKeyCommand
Protocols
FromNSMutableCopying
Tonone

UIMenuElement.h
Modified UIMenuElement
Protocols
FromNSCopying, NSSecureCoding, UICommandGroupable
ToNSCopying, NSSecureCoding

UIResponder.h