From 549ff802e88bdff1e532c609852be266c79ed536 Mon Sep 17 00:00:00 2001 From: arichorn <78001398+arichorn@users.noreply.github.com> Date: Tue, 11 Jul 2023 16:29:07 -0500 Subject: [PATCH] Update Header.h --- Header.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Header.h b/Header.h index 01826e4..5c7fc2e 100644 --- a/Header.h +++ b/Header.h @@ -129,6 +129,8 @@ @end @interface _ASDisplayView : UIView +- (UILabel *)findLabelInSubviews:(NSArray *)subviews; +- (void)customizeLabel:(UILabel *)label; @end @interface YTCommentDetailHeaderCell : UIView