From 2087a8e723f6e7169208261686e5763be32ce888 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Wed, 12 Jun 2024 22:08:47 -0500 Subject: [PATCH] New headers for `Fullscreen to the Right` (1) --- Sources/uYouPlus.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/uYouPlus.h b/Sources/uYouPlus.h index 29ba2a4..666a48f 100644 --- a/Sources/uYouPlus.h +++ b/Sources/uYouPlus.h @@ -143,7 +143,7 @@ @property(nonatomic, strong) YTWatchPullToFullController *pullToFullController; - (NSUInteger) allowedFullScreenOrientations; // Fullscreen to the Right (uYouEnhanced Version) - @arichornlover -- (BOOL) fullscreen +- (BOOL) fullscreen; - (UIInterfaceOrientationMask) supportedInterfaceOrientations; - (UIInterfaceOrientation) preferredInterfaceOrientationForPresentation; - (void)forceRightFullscreenOrientation;