update Header.h

This commit is contained in:
qnblackcat 2022-12-23 01:10:32 +07:00
parent 12da4fd838
commit 518b4e99e3

View file

@ -13,6 +13,14 @@
@end @end
// uYouPlus // 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 @interface YTPlayabilityResolutionUserActionUIController : NSObject // Skips content warning before playing *some videos - @PoomSmart
- (void)confirmAlertDidPressConfirm; - (void)confirmAlertDidPressConfirm;
@end @end
@ -41,6 +49,10 @@
- (float)progress; - (float)progress;
@end @end
@interface YTSegmentableInlinePlayerBarView
@property (nonatomic, assign, readwrite) BOOL enableSnapToChapter;
@end
// DontEatMyContent // DontEatMyContent
BOOL DEMC_deviceIsSupported(); BOOL DEMC_deviceIsSupported();
void DEMC_activate(); void DEMC_activate();