Update uYouPlus.h

This commit is contained in:
arichornlover 2023-11-29 16:38:09 -06:00 committed by GitHub
parent 1986600d46
commit 91d3529261
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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