Update uYouPlus.h

This commit is contained in:
arichornlover 2024-06-12 22:46:55 -05:00 committed by GitHub
parent 95ae61fd0a
commit c66e5247e1
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