mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-08-21 18:48:45 -04:00
Merge branch 'main' into gesture-improvement
This commit is contained in:
@@ -46,6 +46,8 @@
|
||||
#import "Tweaks/YouTubeHeader/YTMainAppControlsOverlayView.h"
|
||||
#import "Tweaks/YouTubeHeader/YTMultiSizeViewController.h"
|
||||
#import "Tweaks/YouTubeHeader/YTWatchLayerViewController.h"
|
||||
#import "Tweaks/YouTubeHeader/YTPageStyleController.h"
|
||||
#import "Tweaks/YouTubeHeader/YTRightNavigationButtons.h"
|
||||
#import "Tweaks/YouTubeHeader/YTInlinePlayerBarView.h"
|
||||
|
||||
#define LOC(x) [tweakBundle localizedStringForKey:x value:nil table:nil]
|
||||
@@ -191,9 +193,10 @@ typedef NS_ENUM(NSUInteger, GestureSection) {
|
||||
@interface MDCButton : UIButton
|
||||
@end
|
||||
|
||||
@interface YTRightNavigationButtons : UIView
|
||||
@interface YTRightNavigationButtons (YTLitePlus)
|
||||
@property YTQTMButton *notificationButton;
|
||||
@property YTQTMButton *sponsorBlockButton;
|
||||
@property YTQTMButton *videoPlayerButton;
|
||||
@end
|
||||
|
||||
// BigYTMiniPlayer
|
||||
|
Reference in New Issue
Block a user