Fix uYou tab labels appearance not refreshing

This commit is contained in:
Foxster
2023-12-25 15:13:32 -08:00
parent 34fa42f721
commit e4d1875ae8
2 changed files with 29 additions and 1 deletions
+3
View File
@@ -44,4 +44,7 @@
@end
@interface DownloadedCell : UITableViewCell
- (void)updatePageStyles;
@end
@interface UILabel (uYou)
+ (id)_defaultColor;
@end