Skip to content

Commit

Permalink
update Header.h
Browse files Browse the repository at this point in the history
  • Loading branch information
qnblackcat committed Jun 22, 2022
1 parent f4215a7 commit 029ab22
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Header.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 029ab22

Please sign in to comment.