New headers for Fullscreen to the Right

This commit is contained in:
arichornlover 2024-06-12 22:07:55 -05:00 committed by GitHub
parent 42122beb56
commit b940b6aa58
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -141,7 +141,12 @@
@end
@interface YTWatchViewController (uYouEnhanced)
@property(nonatomic, strong) YTWatchPullToFullController *pullToFullController;
- (NSUInteger)allowedFullScreenOrientations;
- (NSUInteger) allowedFullScreenOrientations;
// Fullscreen to the Right (uYouEnhanced Version) - @arichornlover
- (BOOL) fullscreen
- (UIInterfaceOrientationMask) supportedInterfaceOrientations;
- (UIInterfaceOrientation) preferredInterfaceOrientationForPresentation;
- (void)forceRightFullscreenOrientation;
@end
// uYouPlus