@protocol SKUIScrollingTabBarContentCollectionViewDelegate; @interface SKUIScrollingTabBarContentCollectionView : SKUIViewControllerContainerCollectionView @property (nonatomic) id delegate; @property (readonly, nonatomic, getter=isPerformingLayout) BOOL performingLayout; - (void)layoutSubviews; - (void)_reuseCell:(id)a0; @end