From ddc0660c1eeed9b8026352e7688a937a815dee5b Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Sat, 6 Apr 2024 20:01:20 -0500 Subject: [PATCH] Added YTFullscreenActionsView header --- Sources/uYouPlus.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Sources/uYouPlus.h b/Sources/uYouPlus.h index 13d7b6a..b25407e 100644 --- a/Sources/uYouPlus.h +++ b/Sources/uYouPlus.h @@ -44,7 +44,7 @@ #define YT_BUNDLE_ID @"com.google.ios.youtube" #define YT_NAME @"YouTube" #define DEFAULT_RATE 1.0f // YTSpeed -#define LOWCONTRASTMODE_CUTOFF_VERSION @"17.38.10" // LowContrastMode +#define LOWCONTRASTMODE_CUTOFF_VERSION @"17.38.10" // LowContrastMode (v17.33.2-17.38.10) // IAmYouTube @interface SSOConfiguration : NSObject @@ -87,6 +87,9 @@ @interface YTTransportControlsButtonView : UIView @end +@interface YTFullscreenActionsView : UIView +@end + @interface _ASCollectionViewCell : UICollectionViewCell - (id)node; @end