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