mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-21 03:32:08 +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
|
@interface SSOConfiguration : NSObject
|
||||||
@end
|
@end
|
||||||
|
|
||||||
|
// Hide Double tap to seek Overlay
|
||||||
|
@interface YTInlinePlayerDoubleTapIndicatorView : UIView
|
||||||
|
@property (nonatomic, strong) UIView *_scrimOverlay;
|
||||||
|
@end
|
||||||
|
|
||||||
// uYouPlus
|
// uYouPlus
|
||||||
@interface YTHeaderLogoController : UIView
|
@interface YTHeaderLogoController : UIView
|
||||||
@property(readonly, nonatomic) long long pageStyle;
|
@property(readonly, nonatomic) long long pageStyle;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue