From 32d047a1e8108f39825876bd3ab2075f8ade35b5 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichorn@users.noreply.github.com> Date: Sat, 25 Nov 2023 19:15:39 -0600 Subject: [PATCH] Update `YTHeaderLogoController` Header --- uYouPlus.h | 1 + 1 file changed, 1 insertion(+) diff --git a/uYouPlus.h b/uYouPlus.h index b5855bb..ce47db1 100644 --- a/uYouPlus.h +++ b/uYouPlus.h @@ -56,6 +56,7 @@ // uYouPlus @interface YTHeaderLogoController : UIView @property(readonly, nonatomic) long long pageStyle; +- (void)customLogoWithImageName:(NSString *)imageName; @end @interface YTNavigationBarTitleView : UIView