New header

New header that is required for Hide double tap to seek overlay option.
This commit is contained in:
arichornlover 2024-03-13 23:25:14 -05:00 committed by GitHub
parent c443c48725
commit 8261e0e2db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -46,6 +46,11 @@
@interface SSOConfiguration : NSObject
@end
// Hide Double tap to seek Overlay
@interface YTInlinePlayerDoubleTapIndicatorView : UIView
@property (nonatomic, strong) UIView *_scrimOverlay;
@end
// uYouPlus
@interface YTHeaderLogoController : UIView
@property(readonly, nonatomic) long long pageStyle;