Update uYouPlus.xm
This commit is contained in:
parent
beb9dcbd13
commit
8f68e0c363
1 changed files with 3 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
|||
#import "uYouPlus.h"
|
||||
|
||||
static BOOL IsEnabled(NSString *key) {
|
||||
return [[NSUserDefaults standardUserDefaults] boolForKey:key];
|
||||
}
|
||||
static int youtubeLogo() {
|
||||
return [[NSUserDefaults standardUserDefaults] integerForKey:@"ytlogo"];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue