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
|
// uYouPlus
|
||||||
@interface YTHeaderLogoController : UIView
|
@interface YTHeaderLogoController : UIView
|
||||||
@property(readonly, nonatomic) long long pageStyle;
|
@property(readonly, nonatomic) long long pageStyle;
|
||||||
- (void)customLogoWithImageName:(NSString *)imageName;
|
|
||||||
@end
|
@end
|
||||||
|
|
||||||
@interface YTNavigationBarTitleView : UIView
|
@interface YTNavigationBarTitleView : UIView
|
||||||
|
|
@ -219,6 +218,8 @@
|
||||||
@end
|
@end
|
||||||
|
|
||||||
@interface ELMContainerNode : NSObject
|
@interface ELMContainerNode : NSObject
|
||||||
|
@property (nonatomic, strong) NSString *accessibilityIdentifier;
|
||||||
|
@property (nonatomic, strong) NSString *accessibilityLabel;
|
||||||
@end
|
@end
|
||||||
|
|
||||||
@interface YTAutonavEndscreenView : UIView
|
@interface YTAutonavEndscreenView : UIView
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue