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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user