Update _ASDisplayView Headers

Updated the headers in addition for the updated LowContrastMode
This commit is contained in:
arichorn 2023-07-11 11:58:59 -05:00 committed by GitHub
parent 12d3d650c1
commit 0c020280e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -177,6 +177,8 @@
@end
@interface _ASDisplayView : UIView
- (UILabel *)findLabelInSubviews:(NSArray *)subviews;
- (void)customizeLabel:(UILabel *)label;
@end
@interface YTCommentDetailHeaderCell : UIView