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