reminder, shorts promo cards, small improvements

This commit is contained in:
dayanch96
2023-07-10 22:51:37 +03:00
parent 25dc28edc0
commit 95fe3a9fb5
13 changed files with 152 additions and 11 deletions
+11
View File
@@ -77,6 +77,7 @@ BOOL kHideShortsThanks;
BOOL kHideShortsChannelName;
BOOL kHideShortsDescription;
BOOL kHideShortsAudioTrack;
BOOL kHideShortsPromoCards;
BOOL kRemoveLabels;
BOOL kReExplore;
BOOL kRemoveShorts;
@@ -86,6 +87,7 @@ BOOL kRemoveLibrary;
BOOL kRemovePlayNext;
BOOL kNoContinueWatching;
BOOL kAdvancedMode;
BOOL kAdvancedModeReminder;
int kPivotIndex;
@interface YTSettingsSectionItemManager (Custom)
@@ -110,6 +112,12 @@ int kPivotIndex;
@property (nonatomic, strong) YTQTMButton *searchButton;
@end
@interface YTSearchView : UIView
@end
@interface YTSearchBarView : UIView
@end
@interface YTNavigationBarTitleView : UIView
@end
@@ -151,6 +159,9 @@ int kPivotIndex;
@interface YTReelWatchHeaderView : UIView
@end
@interface YTELMView : UIView
@end
@interface MLHAMQueuePlayer : NSObject
@property id playerEventCenter;
-(void)setRate:(float)rate;