mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-05 08:39:45 +00:00
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:
parent
1bed1db404
commit
9d27a3b9c0
1 changed files with 2 additions and 6 deletions
8
Header.h
8
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();
|
||||
void center();
|
||||
|
|
|
|||
Loading…
Reference in a new issue