Merge branch 'arichornlover:main' into main

This commit is contained in:
ryuku1208 2024-09-01 09:05:34 -04:00 committed by GitHub
commit 1698d46f93
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