mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-04 20:09:45 +00:00
update Header.h
This commit is contained in:
parent
12da4fd838
commit
518b4e99e3
1 changed files with 12 additions and 0 deletions
12
Header.h
12
Header.h
|
|
@ -13,6 +13,14 @@
|
|||
@end
|
||||
|
||||
// uYouPlus
|
||||
static BOOL IsEnabled(NSString *key) {
|
||||
return [[NSUserDefaults standardUserDefaults] boolForKey:key];
|
||||
}
|
||||
|
||||
static int GetSelection(NSString *key) {
|
||||
return [[NSUserDefaults standardUserDefaults] integerForKey:key];
|
||||
}
|
||||
|
||||
@interface YTPlayabilityResolutionUserActionUIController : NSObject // Skips content warning before playing *some videos - @PoomSmart
|
||||
- (void)confirmAlertDidPressConfirm;
|
||||
@end
|
||||
|
|
@ -41,6 +49,10 @@
|
|||
- (float)progress;
|
||||
@end
|
||||
|
||||
@interface YTSegmentableInlinePlayerBarView
|
||||
@property (nonatomic, assign, readwrite) BOOL enableSnapToChapter;
|
||||
@end
|
||||
|
||||
// DontEatMyContent
|
||||
BOOL DEMC_deviceIsSupported();
|
||||
void DEMC_activate();
|
||||
|
|
|
|||
Loading…
Reference in a new issue