diff --git a/Sources/uYouPlus.h b/Sources/uYouPlus.h index 96cf63a..29ba2a4 100644 --- a/Sources/uYouPlus.h +++ b/Sources/uYouPlus.h @@ -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