Update uYouPlus.h

This commit is contained in:
arichornlover 2024-06-22 19:58:15 -05:00 committed by GitHub
parent b6ec2f5f1a
commit 9e6d753199
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -82,6 +82,11 @@
- (CABasicAnimation *)uYouEnhancedGetBlankColorAnimation;
@end
// Pivot Bar stuff - @arichornlover
@interface YTIPivotBarItemRenderer (uYouEnhanced)
- (NSString *)pivot_identifier;
@end
// Hide Home Tab - @bhackel
@interface YTPivotBarItemViewAccessibilityControl : UIControl
@end