From 890328ce1a893f4de763542eeef4c909a1c7ba5c Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Wed, 28 Feb 2024 17:37:32 -0600 Subject: [PATCH] Add header. I forgot to add the required header. --- Sources/uYouPlus.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/uYouPlus.h b/Sources/uYouPlus.h index eafb61a..18f3eb4 100644 --- a/Sources/uYouPlus.h +++ b/Sources/uYouPlus.h @@ -62,6 +62,7 @@ @end @interface YTMainAppControlsOverlayView : UIView +@property(readonly, nonatomic) YTQTMButton *watchCollapseButton; @end @interface YTTransportControlsButtonView : UIView