update Header.h
This commit is contained in:
@@ -15,10 +15,19 @@
|
|||||||
@interface YTTransportControlsButtonView : UIView
|
@interface YTTransportControlsButtonView : UIView
|
||||||
@end
|
@end
|
||||||
|
|
||||||
|
@interface _ASCollectionViewCell : UICollectionViewCell
|
||||||
|
- (id)node;
|
||||||
|
@end
|
||||||
|
|
||||||
|
@interface YTAsyncCollectionView : UICollectionView
|
||||||
|
- (void)removeShortsAndFeaturesAdsAtIndexPath:(NSIndexPath *)indexPath;
|
||||||
|
@end
|
||||||
|
|
||||||
// @interface YTPlaylistHeaderViewController : UIViewController
|
// @interface YTPlaylistHeaderViewController : UIViewController
|
||||||
// @property (nonatomic, strong, readwrite) UIView *downloadsButton;
|
// @property (nonatomic, strong, readwrite) UIView *downloadsButton;
|
||||||
// @end
|
// @end
|
||||||
|
|
||||||
|
// iOS16 fix
|
||||||
@interface OBPrivacyLinkButton : UIButton
|
@interface OBPrivacyLinkButton : UIButton
|
||||||
- (instancetype)initWithCaption:(NSString *)caption
|
- (instancetype)initWithCaption:(NSString *)caption
|
||||||
buttonText:(NSString *)buttonText
|
buttonText:(NSString *)buttonText
|
||||||
|
|||||||
Reference in New Issue
Block a user