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