From d283156d2c9bb3fd1ab774d99b7fa83a172d2e61 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Sun, 1 Sep 2024 03:54:50 -0500 Subject: [PATCH] Update uYouPlus.h --- Sources/uYouPlus.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Sources/uYouPlus.h b/Sources/uYouPlus.h index c444b6c..b70c04d 100644 --- a/Sources/uYouPlus.h +++ b/Sources/uYouPlus.h @@ -83,6 +83,11 @@ - (CABasicAnimation *)uYouEnhancedGetBlankColorAnimation; @end +// OLED Live Chat - @bhackel +@interface YTLUserDefaults : NSUserDefaults ++ (void)exportYtlSettings; +@end + // Hide Home Tab - @bhackel @interface YTPivotBarItemViewAccessibilityControl : UIControl @end @@ -233,6 +238,9 @@ @interface ELMContainerNode : NSObject @end +@interface YTWrapperSplitView : UIView +@end + @interface YTAutonavEndscreenView : UIView @end