mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-19 22:22:06 +00:00
Another Change
I needed to declare it so it can work on v16.42.3 LTS Build
This commit is contained in:
parent
e15d2d1d37
commit
38d92e5aae
1 changed files with 3 additions and 0 deletions
|
|
@ -15,6 +15,9 @@ static int GetSelection(NSString *key) {
|
|||
static int colorContrastMode() {
|
||||
return [[NSUserDefaults standardUserDefaults] integerForKey:@"lcmColor"];
|
||||
}
|
||||
static int appVersionSpoofer() {
|
||||
return [[NSUserDefaults standardUserDefaults] integerForKey:@"versionSpoofer"];
|
||||
}
|
||||
static const NSInteger uYouPlusSection = 500;
|
||||
|
||||
@interface YTSettingsSectionItemManager (uYouPlus)
|
||||
|
|
|
|||
Loading…
Reference in a new issue