@class NSDate, NSString, NSArray, CADisplayLink, NSDictionary, NSObject, _TVCarouselCollectionView, NSIndexPath; @protocol TVCarouselViewDataSource, OS_dispatch_source, TVCarouselViewDelegate; @interface TVCarouselView : UIView { NSObject *_autoScrollTimer; _TVCarouselCollectionView *_collectionView; unsigned long long _indexToDeque; NSIndexPath *_focusedIndexPath; unsigned long long _numberOfRealItemsForDataSource; double _originalSelectionDuration; double _originalUnselectionDuration; long long _numFocusChangesInInterval; } @property (retain, nonatomic) NSDictionary *collectionToDatasourceIndexMap; @property (retain, nonatomic) CADisplayLink *displayLink; @property (nonatomic) double previousDisplayLinkTimestamp; @property (nonatomic) struct CGPoint { double x; double y; } targetContentOffset; @property (nonatomic) double offsetChangePerSecond; @property (retain, nonatomic) NSDate *firstFocusChangeInInterval; @property (weak, nonatomic) id dataSource; @property (weak, nonatomic) id delegate; @property (nonatomic) struct CGSize { double width; double height; } itemSize; @property (nonatomic) double interitemSpacing; @property (nonatomic) unsigned long long scrollMode; @property (nonatomic) double autoScrollInterval; @property (nonatomic) double continuousScrollVelocity; @property (readonly, copy, nonatomic) NSArray *visibleCells; @property (nonatomic) struct CGPoint { double x; double y; } focusDirection; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (void)collectionView:(id)a0 didSelectItemAtIndexPath:(id)a1; - (void)dealloc; - (void)displayLinkDidFire:(id)a0; - (id)_collectionView; - (void)reloadData; - (id)indexPathForPreferredFocusedViewInCollectionView:(id)a0; - (id)preferredFocusedView; - (id)initWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0; - (void)didMoveToSuperview; - (void)setSemanticContentAttribute:(long long)a0; - (void)_updateCollectionViewLayout; - (void)collectionView:(id)a0 willDisplayCell:(id)a1 forItemAtIndexPath:(id)a2; - (BOOL)collectionView:(id)a0 canFocusItemAtIndexPath:(id)a1; - (void).cxx_destruct; - (void)didUpdateFocusInContext:(id)a0 withAnimationCoordinator:(id)a1; - (long long)collectionView:(id)a0 numberOfItemsInSection:(long long)a1; - (void)layoutSubviews; - (void)scrollViewDidScroll:(id)a0; - (id)collectionView:(id)a0 cellForItemAtIndexPath:(id)a1; - (void)didMoveToWindow; - (struct CGSize { double x0; double x1; })sizeThatFits:(struct CGSize { double x0; double x1; })a0; - (id)focusedCell; - (void)registerClass:(Class)a0 forCellWithReuseIdentifier:(id)a1; - (void)_applicationDidEnterBackgroundNotification:(id)a0; - (void)_applicationWillEnterForegroundNotification:(id)a0; - (id)dequeueReusableCellWithReuseIdentifier:(id)a0 forIndex:(unsigned long long)a1; - (unsigned long long)indexForCell:(id)a0; - (void)_updateIdleModeLayoutAttributes; - (void)_adjustCarouselForDirectionShift:(long long)a0; - (BOOL)_canScrollCarouselView; - (id)_cellForItemAtIndex:(unsigned long long)a0; - (long long)_centerCollectionViewCellIndex; - (double)_contentOffsetXForCollectionViewIndex:(long long)a0; - (void)_handlePlayGesture:(id)a0; - (long long)_numberOfCells; - (void)_prepareIndexMap:(long long)a0; - (void)_setContentOffsetForCollectionViewIndex:(long long)a0; - (void)_startAutoScrollTimer; - (void)_startContinuousScroll; - (void)_stopAutoScrollTimer; - (void)_stopContinuousScroll; - (void)_updateAutoScrollTimer; - (void)_updateCarouselWithCenterIndex:(long long)a0 indexToRemove:(long long)a1 indexToAdd:(long long)a2; - (void)_updateCollectionViewLayoutAnimated:(BOOL)a0; - (void)_updateContentOffsetForFocusedIndex:(long long)a0 animated:(BOOL)a1; - (void)setInteritemSpacing:(double)a0 animated:(BOOL)a1; @end