Update YTWatchViewController header description

Included **Fullscreen to the Right** since it’s also using the property used in **Disable ambient mode**
This commit is contained in:
arichornlover
2024-07-16 12:13:22 -05:00
committed by GitHub
parent d1d55da304
commit 0698fa5759

View File

@@ -104,7 +104,7 @@
- (void)resetViewControllersCache; - (void)resetViewControllersCache;
@end @end
// Disable ambient mode - @bhackel // Disable ambient mode & Fullscreen to the Right - @bhackel
@interface YTWatchViewController (YTLitePlus) <YTResponder> @interface YTWatchViewController (YTLitePlus) <YTResponder>
@property (nonatomic, assign, readwrite, getter=isFullscreen) BOOL fullscreen; @property (nonatomic, assign, readwrite, getter=isFullscreen) BOOL fullscreen;
@end @end