Fix home contents bug

This commit is contained in:
Bryce Hackel
2024-07-04 14:04:09 -07:00
parent a4cb5548d7
commit fdfc1fe390
2 changed files with 38 additions and 1 deletions

View File

@@ -94,6 +94,14 @@
@property (nonatomic, assign, readwrite) BOOL enableSnapToChapter;
@end
// Hide Home Tab - @bhackel
@interface YTPivotBarViewController : UIViewController
@property NSString *selectedPivotIdentifier;
@property YTIPivotBarRenderer *renderer;
- (void)selectItemWithPivotIdentifier:(NSString *)pivotIdentifier;
- (void)resetViewControllersCache;
@end
// SponsorBlock button in Nav bar
@interface MDCButton : UIButton
@end