AVKit tvOS 12.4 to 13.0 API Differences

AVContentProposal.h
Declaration
From@property (nonatomic, readwrite) NSURL *URL
To@property (nonatomic, readwrite, strong) NSURL *URL

Declaration
From@property (nonatomic) AVContentProposal *nextContentProposal
To@property (nonatomic, strong) AVContentProposal *nextContentProposal

AVContentProposalViewController.h
Declaration
From@property (nonatomic) NSDate *dateOfAutomaticAcceptance
To@property (nonatomic, strong) NSDate *dateOfAutomaticAcceptance

Declaration
From@property (nonatomic) __kindof AVContentProposalViewController *contentProposalViewController
To@property (nonatomic, strong) __kindof AVContentProposalViewController *contentProposalViewController

AVError.h
AVPlayerItem.h
Added AVPlayerItem (AVPlaybackRestrictions)
AVPlayerViewController.h
Declaration
From@property (nonatomic) UIViewController *customInfoViewController
To@property (nonatomic, strong) UIViewController *customInfoViewController

AVRoutePickerView.h