Update YTLitePlus.h

This commit is contained in:
arichornlover 2024-05-17 23:02:21 -05:00 committed by GitHub
parent 1b9bb7c663
commit 680dc7d3f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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