Fixed Duplicate Interface

My apologies, I mistakenly added a duplicate piece of @interface code that would prevent uYouPlus to build but should work now!
This commit is contained in:
Aric
2022-09-25 09:03:52 -05:00
committed by GitHub
parent 1bed1db404
commit 9d27a3b9c0
+1 -5
View File
@@ -52,11 +52,6 @@
- (id)activeVideoPlayerOverlay; - (id)activeVideoPlayerOverlay;
@end @end
@interface YTMainAppVideoPlayerOverlayView : UIView
- (UIViewController *)_viewControllerForAncestor;
+ (CGFloat)topButtonAdditionalPadding;
@end
// iOS16 fix // iOS16 fix
@interface OBPrivacyLinkButton : UIButton @interface OBPrivacyLinkButton : UIButton
- (instancetype)initWithCaption:(NSString *)caption - (instancetype)initWithCaption:(NSString *)caption
@@ -75,6 +70,7 @@
// BigYTMiniPlayer // BigYTMiniPlayer
@interface YTMainAppVideoPlayerOverlayView : UIView @interface YTMainAppVideoPlayerOverlayView : UIView
- (UIViewController *)_viewControllerForAncestor; - (UIViewController *)_viewControllerForAncestor;
+ (CGFloat)topButtonAdditionalPadding;
@end @end
@interface YTWatchMiniBarView : UIView @interface YTWatchMiniBarView : UIView