mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-01-11 22:40:19 +00:00
New header
New header that is required for Hide double tap to seek overlay option.
This commit is contained in:
parent
c443c48725
commit
8261e0e2db
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue