Update Header.h

This commit is contained in:
arichorn
2023-07-11 16:29:07 -05:00
committed by GitHub
parent 1c4cc58be9
commit 549ff802e8

View File

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