removed duplicate tweaks already in YTLite

This commit is contained in:
Balackburn
2023-07-05 15:52:40 +02:00
parent 338d2ce98b
commit 2472547f86
4 changed files with 10 additions and 142 deletions

View File

@@ -77,16 +77,6 @@
@property (nonatomic, assign, readwrite) BOOL enableSnapToChapter;
@end
// Cercube button in Nav bar
@interface MDCButton : UIButton
@end
@interface YTRightNavigationButtons : UIView
@property (nonatomic, strong, readwrite) MDCButton *cercubeButton;
@property YTQTMButton *notificationButton;
@property YTQTMButton *sponsorBlockButton;
@end
// IAmYouTube
@interface SSOConfiguration : NSObject
@end
@@ -104,23 +94,6 @@
- (void)autoFullscreen;
@end
// YTNoShorts
@interface ELMCellNode
@end
@interface _ASCollectionViewCell : UICollectionViewCell
- (id)node;
@end
@interface YTAsyncCollectionView : UICollectionView
- (void)removeShortsCellAtIndexPath:(NSIndexPath *)indexPath;
@end
@interface YTPlayerView : UIView
- (void)downloadVideo;
@end
// App Theme
@interface YCHLiveChatView : UIView
@end