mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-03-11 17:15:32 +00:00
Update uYouPlus.h
This commit is contained in:
parent
1986600d46
commit
91d3529261
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue