Live Chat OLED dark mode

This commit is contained in:
Bryce Hackel
2024-08-09 22:44:51 -07:00
parent 753d690b78
commit ba13d1b987
2 changed files with 15 additions and 2 deletions

View File

@@ -96,6 +96,14 @@
@property (nonatomic, assign, readwrite) BOOL enableSnapToChapter;
@end
// Hide Autoplay Mini Preview - @bhackel
@interface YTAutonavPreviewView : UIView
@end
// OLED Live Chat - @bhackel
@interface YTLUserDefaults : NSUserDefaults
@end
// Hide Home Tab - @bhackel
@interface YTPivotBarViewController : UIViewController
@property NSString *selectedPivotIdentifier;