diff --git a/Header.h b/Header.h index 4d244e0..b9e7723 100644 --- a/Header.h +++ b/Header.h @@ -15,10 +15,19 @@ @interface YTTransportControlsButtonView : UIView @end +@interface _ASCollectionViewCell : UICollectionViewCell +- (id)node; +@end + +@interface YTAsyncCollectionView : UICollectionView +- (void)removeShortsAndFeaturesAdsAtIndexPath:(NSIndexPath *)indexPath; +@end + // @interface YTPlaylistHeaderViewController : UIViewController // @property (nonatomic, strong, readwrite) UIView *downloadsButton; // @end +// iOS16 fix @interface OBPrivacyLinkButton : UIButton - (instancetype)initWithCaption:(NSString *)caption buttonText:(NSString *)buttonText