CarPlay iOS 14.0 Beta 5 to Beta 6 API Differences

CPBaseListItem.h
CPListImageRowItem.h
Superclass
FromCPBaseListItem
ToNSObject

CPListItem.h
Modified CPListItem
Superclass
FromCPBaseListItem
ToNSObject

CPListSection.h
Declaration
From- (instancetype)initWithItems:(NSArray *)items header:(NSString *)header sectionIndexTitle:(NSString *)sectionIndexTitle
To- (instancetype)initWithItems:(NSArray<id<CPListTemplateItem>> *)items header:(NSString *)header sectionIndexTitle:(NSString *)sectionIndexTitle

Declaration
From- (instancetype)initWithItems:(NSArray *)items
To- (instancetype)initWithItems:(NSArray<id<CPListTemplateItem>> *)items

Declaration
From@property (nonatomic, readonly, copy) NSArray *items
To@property (nonatomic, readonly, copy) NSArray<id<CPListTemplateItem>> *items

CPPointOfInterest.h
Added CPPointOfInterest.userInfo
CPPointOfInterestTemplate.h
Added -[CPPointOfInterestTemplateDelegate pointOfInterestTemplate:didSelectPointOfInterest:]