From 9d27a3b9c08b9bd5dc65cbbcca2f73da3d09d0d6 Mon Sep 17 00:00:00 2001 From: Aric <78001398+arichorn@users.noreply.github.com> Date: Sun, 25 Sep 2022 09:03:52 -0500 Subject: [PATCH] Fixed Duplicate Interface My apologies, I mistakenly added a duplicate piece of @interface code that would prevent uYouPlus to build but should work now! --- Header.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Header.h b/Header.h index d59a830..174b33c 100644 --- a/Header.h +++ b/Header.h @@ -52,11 +52,6 @@ - (id)activeVideoPlayerOverlay; @end -@interface YTMainAppVideoPlayerOverlayView : UIView -- (UIViewController *)_viewControllerForAncestor; -+ (CGFloat)topButtonAdditionalPadding; -@end - // iOS16 fix @interface OBPrivacyLinkButton : UIButton - (instancetype)initWithCaption:(NSString *)caption @@ -75,6 +70,7 @@ // BigYTMiniPlayer @interface YTMainAppVideoPlayerOverlayView : UIView - (UIViewController *)_viewControllerForAncestor; ++ (CGFloat)topButtonAdditionalPadding; @end @interface YTWatchMiniBarView : UIView @@ -123,4 +119,4 @@ NSString* deviceName(); BOOL isDeviceSupported(); void activate(); void deactivate(); -void center(); \ No newline at end of file +void center();