From b681d2140cadf06b947709ebd2b94290ca5708f2 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Fri, 19 Jul 2024 14:37:05 -0500 Subject: [PATCH] Update uYouPlus.h --- Sources/uYouPlus.h | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/Sources/uYouPlus.h b/Sources/uYouPlus.h index 66d3514..c444b6c 100644 --- a/Sources/uYouPlus.h +++ b/Sources/uYouPlus.h @@ -37,6 +37,7 @@ #import #import #import +#import #import #import #import @@ -116,7 +117,12 @@ @interface YTWatchViewController (uYouEnhanced) - (UIInterfaceOrientationMask) supportedInterfaceOrientations; - (UIInterfaceOrientation) preferredInterfaceOrientationForPresentation; -- (void)forceRightFullscreenOrientation; +@end + +// Center YouTube Logo (Custom Version) - @arichornlover +@interface YTNavigationBarTitleView (uYouEnhanced) +@property (nonatomic, strong) UIView *customView; +- (void)alignCustomViewToCenterOfWindow; @end // uYouPlus @@ -124,9 +130,6 @@ @property(readonly, nonatomic) long long pageStyle; @end -@interface YTNavigationBarTitleView : UIView -@end - @interface YTChipCloudCell : UIView @end