From 91d3529261f7b7be0ae2691f51374987345cb384 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichorn@users.noreply.github.com> Date: Wed, 29 Nov 2023 16:38:09 -0600 Subject: [PATCH] Update uYouPlus.h --- uYouPlus.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/uYouPlus.h b/uYouPlus.h index 1d5a1cc..67b12a5 100644 --- a/uYouPlus.h +++ b/uYouPlus.h @@ -56,7 +56,6 @@ // uYouPlus @interface YTHeaderLogoController : UIView @property(readonly, nonatomic) long long pageStyle; -- (void)customLogoWithImageName:(NSString *)imageName; @end @interface YTNavigationBarTitleView : UIView @@ -219,6 +218,8 @@ @end @interface ELMContainerNode : NSObject +@property (nonatomic, strong) NSString *accessibilityIdentifier; +@property (nonatomic, strong) NSString *accessibilityLabel; @end @interface YTAutonavEndscreenView : UIView