mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-05-07 00:10:59 +00:00
update Header.h
This commit is contained in:
parent
f4215a7b0b
commit
029ab22b9f
1 changed files with 9 additions and 0 deletions
9
Header.h
9
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue