From 029ab22b9fc9a458883c9d6ea322c5261ad8a825 Mon Sep 17 00:00:00 2001 From: qnblackcat Date: Wed, 22 Jun 2022 09:26:06 +0700 Subject: [PATCH] update Header.h --- Header.h | 9 +++++++++ 1 file changed, 9 insertions(+) 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