mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-08-22 02:58:45 -04:00
fixed #3 & AppSpoofer
This commit is contained in:
9
Header.h
9
Header.h
@@ -77,6 +77,15 @@
|
|||||||
@property (nonatomic, assign, readwrite) BOOL enableSnapToChapter;
|
@property (nonatomic, assign, readwrite) BOOL enableSnapToChapter;
|
||||||
@end
|
@end
|
||||||
|
|
||||||
|
// SponsorBlock button in Nav bar
|
||||||
|
@interface MDCButton : UIButton
|
||||||
|
@end
|
||||||
|
|
||||||
|
@interface YTRightNavigationButtons : UIView
|
||||||
|
@property YTQTMButton *notificationButton;
|
||||||
|
@property YTQTMButton *sponsorBlockButton;
|
||||||
|
@end
|
||||||
|
|
||||||
// IAmYouTube
|
// IAmYouTube
|
||||||
@interface SSOConfiguration : NSObject
|
@interface SSOConfiguration : NSObject
|
||||||
@end
|
@end
|
||||||
|
@@ -15,6 +15,9 @@ static int GetSelection(NSString *key) {
|
|||||||
static int colorContrastMode() {
|
static int colorContrastMode() {
|
||||||
return [[NSUserDefaults standardUserDefaults] integerForKey:@"lcmColor"];
|
return [[NSUserDefaults standardUserDefaults] integerForKey:@"lcmColor"];
|
||||||
}
|
}
|
||||||
|
static int appVersionSpoofer() {
|
||||||
|
return [[NSUserDefaults standardUserDefaults] integerForKey:@"versionSpoofer"];
|
||||||
|
}
|
||||||
static const NSInteger YTLitePlusSection = 500;
|
static const NSInteger YTLitePlusSection = 500;
|
||||||
|
|
||||||
@interface YTSettingsSectionItemManager (YTLitePlus)
|
@interface YTSettingsSectionItemManager (YTLitePlus)
|
||||||
|
Reference in New Issue
Block a user