New headers for Fullscreen to the Right (1)

This commit is contained in:
arichornlover 2024-06-12 22:08:47 -05:00 committed by GitHub
parent b940b6aa58
commit 2087a8e723
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;