mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-08-22 02:58:45 -04:00
Improved Themes
This commit is contained in:
33
Header.h
33
Header.h
@@ -27,6 +27,9 @@
|
|||||||
#import "Tweaks/YouTubeHeader/YTAlertView.h"
|
#import "Tweaks/YouTubeHeader/YTAlertView.h"
|
||||||
#import "Tweaks/YouTubeHeader/YTISectionListRenderer.h"
|
#import "Tweaks/YouTubeHeader/YTISectionListRenderer.h"
|
||||||
#import "Tweaks/YouTubeHeader/YTPivotBarItemView.h"
|
#import "Tweaks/YouTubeHeader/YTPivotBarItemView.h"
|
||||||
|
#import "Tweaks/YouTubeHeader/YTVideoWithContextNode.h"
|
||||||
|
#import "Tweaks/YouTubeHeader/ELMCellNode.h"
|
||||||
|
#import "Tweaks/YouTubeHeader/ELMNodeController.h"
|
||||||
|
|
||||||
#define LOC(x) [tweakBundle localizedStringForKey:x value:nil table:nil]
|
#define LOC(x) [tweakBundle localizedStringForKey:x value:nil table:nil]
|
||||||
#define YT_BUNDLE_ID @"com.google.ios.youtube"
|
#define YT_BUNDLE_ID @"com.google.ios.youtube"
|
||||||
@@ -56,6 +59,10 @@
|
|||||||
- (void)setRate:(float)rate;
|
- (void)setRate:(float)rate;
|
||||||
@end
|
@end
|
||||||
|
|
||||||
|
// IAmYouTube
|
||||||
|
@interface SSOConfiguration : NSObject
|
||||||
|
@end
|
||||||
|
|
||||||
// YTLitePlus
|
// YTLitePlus
|
||||||
@interface YTChipCloudCell : UIView
|
@interface YTChipCloudCell : UIView
|
||||||
@end
|
@end
|
||||||
@@ -70,6 +77,14 @@
|
|||||||
@interface YTTransportControlsButtonView : UIView
|
@interface YTTransportControlsButtonView : UIView
|
||||||
@end
|
@end
|
||||||
|
|
||||||
|
@interface _ASCollectionViewCell : UICollectionViewCell
|
||||||
|
- (id)node;
|
||||||
|
@end
|
||||||
|
|
||||||
|
@interface YTAsyncCollectionView : UICollectionView
|
||||||
|
- (void)removeShortsAndFeaturesAdsAtIndexPath:(NSIndexPath *)indexPath;
|
||||||
|
@end
|
||||||
|
|
||||||
@interface YTPlaybackButton : UIControl
|
@interface YTPlaybackButton : UIControl
|
||||||
@end
|
@end
|
||||||
|
|
||||||
@@ -86,10 +101,6 @@
|
|||||||
@property YTQTMButton *sponsorBlockButton;
|
@property YTQTMButton *sponsorBlockButton;
|
||||||
@end
|
@end
|
||||||
|
|
||||||
// IAmYouTube
|
|
||||||
@interface SSOConfiguration : NSObject
|
|
||||||
@end
|
|
||||||
|
|
||||||
// BigYTMiniPlayer
|
// BigYTMiniPlayer
|
||||||
@interface YTMainAppVideoPlayerOverlayView : UIView
|
@interface YTMainAppVideoPlayerOverlayView : UIView
|
||||||
- (UIViewController *)_viewControllerForAncestor;
|
- (UIViewController *)_viewControllerForAncestor;
|
||||||
@@ -113,10 +124,13 @@
|
|||||||
@interface YTRelatedVideosView : UIView
|
@interface YTRelatedVideosView : UIView
|
||||||
@end
|
@end
|
||||||
|
|
||||||
@interface ELMView: UIView
|
@interface YTTopAlignedView : UIView
|
||||||
@end
|
@end
|
||||||
|
|
||||||
@interface ASWAppSwitcherCollectionViewCell: UIView
|
@interface ELMView : UIView
|
||||||
|
@end
|
||||||
|
|
||||||
|
@interface ASWAppSwitcherCollectionViewCell : UIView
|
||||||
@end
|
@end
|
||||||
|
|
||||||
@interface ASScrollView : UIView
|
@interface ASScrollView : UIView
|
||||||
@@ -129,14 +143,15 @@
|
|||||||
@end
|
@end
|
||||||
|
|
||||||
@interface _ASDisplayView : UIView
|
@interface _ASDisplayView : UIView
|
||||||
- (UILabel *)findLabelInSubviews:(NSArray *)subviews;
|
@end
|
||||||
- (void)customizeLabel:(UILabel *)label;
|
|
||||||
|
@interface YTPivotBarIndicatorView : UIView
|
||||||
@end
|
@end
|
||||||
|
|
||||||
@interface YTCommentDetailHeaderCell : UIView
|
@interface YTCommentDetailHeaderCell : UIView
|
||||||
@end
|
@end
|
||||||
|
|
||||||
@interface SponsorBlockSettingsController : UITableViewController
|
@interface SponsorBlockSettingsController : UITableViewController
|
||||||
@end
|
@end
|
||||||
|
|
||||||
@interface SponsorBlockViewController : UIViewController
|
@interface SponsorBlockViewController : UIViewController
|
||||||
|
1146
Source/Themes.xm
1146
Source/Themes.xm
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user