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;
|
- (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
|
||||||
@@ -123,4 +119,4 @@ NSString* deviceName();
|
|||||||
BOOL isDeviceSupported();
|
BOOL isDeviceSupported();
|
||||||
void activate();
|
void activate();
|
||||||
void deactivate();
|
void deactivate();
|
||||||
void center();
|
void center();
|
||||||
|
|||||||
Reference in New Issue
Block a user