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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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();
void center();