mirror of
				https://github.com/SoPat712/YTLitePlus.git
				synced 2025-10-30 12:23:58 -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/YTISectionListRenderer.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 YT_BUNDLE_ID @"com.google.ios.youtube" | ||||
| @@ -56,6 +59,10 @@ | ||||
| - (void)setRate:(float)rate; | ||||
| @end | ||||
|  | ||||
| // IAmYouTube | ||||
| @interface SSOConfiguration : NSObject | ||||
| @end | ||||
|  | ||||
| // YTLitePlus | ||||
| @interface YTChipCloudCell : UIView | ||||
| @end | ||||
| @@ -70,6 +77,14 @@ | ||||
| @interface YTTransportControlsButtonView : UIView | ||||
| @end | ||||
|  | ||||
| @interface _ASCollectionViewCell : UICollectionViewCell | ||||
| - (id)node; | ||||
| @end | ||||
|  | ||||
| @interface YTAsyncCollectionView : UICollectionView | ||||
| - (void)removeShortsAndFeaturesAdsAtIndexPath:(NSIndexPath *)indexPath; | ||||
| @end | ||||
|  | ||||
| @interface YTPlaybackButton : UIControl | ||||
| @end | ||||
|  | ||||
| @@ -86,10 +101,6 @@ | ||||
| @property YTQTMButton *sponsorBlockButton; | ||||
| @end | ||||
|  | ||||
| // IAmYouTube | ||||
| @interface SSOConfiguration : NSObject | ||||
| @end | ||||
|  | ||||
| // BigYTMiniPlayer | ||||
| @interface YTMainAppVideoPlayerOverlayView : UIView | ||||
| - (UIViewController *)_viewControllerForAncestor; | ||||
| @@ -113,10 +124,13 @@ | ||||
| @interface YTRelatedVideosView : UIView | ||||
| @end | ||||
|  | ||||
| @interface ELMView: UIView | ||||
| @interface YTTopAlignedView : UIView | ||||
| @end | ||||
|  | ||||
| @interface ASWAppSwitcherCollectionViewCell: UIView | ||||
| @interface ELMView : UIView | ||||
| @end | ||||
|  | ||||
| @interface ASWAppSwitcherCollectionViewCell : UIView | ||||
| @end | ||||
|  | ||||
| @interface ASScrollView : UIView | ||||
| @@ -129,14 +143,15 @@ | ||||
| @end | ||||
|  | ||||
| @interface _ASDisplayView : UIView | ||||
| - (UILabel *)findLabelInSubviews:(NSArray *)subviews; | ||||
| - (void)customizeLabel:(UILabel *)label; | ||||
| @end | ||||
|  | ||||
| @interface YTPivotBarIndicatorView : UIView | ||||
| @end | ||||
|  | ||||
| @interface YTCommentDetailHeaderCell : UIView | ||||
| @end | ||||
|  | ||||
| @interface SponsorBlockSettingsController : UITableViewController  | ||||
| @interface SponsorBlockSettingsController : UITableViewController | ||||
| @end | ||||
|  | ||||
| @interface SponsorBlockViewController : UIViewController | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Balackburn
					Balackburn