Update uYouPlus.h

This commit is contained in:
arichornlover 2024-09-01 03:54:50 -05:00 committed by GitHub
parent 3af0464d13
commit d283156d2c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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