From 680dc7d3f4e5d812529d7dd0842f178da65cd896 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Fri, 17 May 2024 23:02:21 -0500 Subject: [PATCH] Update YTLitePlus.h --- YTLitePlus.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/YTLitePlus.h b/YTLitePlus.h index b93a94e..87fb16d 100644 --- a/YTLitePlus.h +++ b/YTLitePlus.h @@ -70,6 +70,10 @@ @interface YTChipCloudCell : UIView @end +@interface YTPivotBarViewController : UIViewController +- (void)selectItemWithPivotIdentifier:(id)pivotIndentifier; +@end + @interface YTPlayabilityResolutionUserActionUIController : NSObject // Skips content warning before playing *some videos - @PoomSmart - (void)confirmAlertDidPressConfirm; @end