diff --git a/Sources/uYouPlus.h b/Sources/uYouPlus.h index 8774343..53452aa 100644 --- a/Sources/uYouPlus.h +++ b/Sources/uYouPlus.h @@ -107,8 +107,11 @@ // Buttons @interface YTRightNavigationButtons : UIView +- (id)_viewControllerForAncestor; @property YTQTMButton *notificationButton; @property YTQTMButton *sponsorBlockButton; +- (void)setLeadingPadding:(CGFloat)arg1; +- (void)uYouPlusRootOptionsAction; @end @interface YTISlimMetadataButtonSupportedRenderers : NSObject