mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-08-21 18:28:47 -04:00
Fix home contents bug
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user