mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-03-30 23:38:45 +00:00
Fix YTPivotBarIndicatorView header
This commit is contained in:
parent
2f85e6031c
commit
b2e018ff45
1 changed files with 2 additions and 1 deletions
3
Header.h
3
Header.h
|
|
@ -182,7 +182,8 @@
|
|||
@end
|
||||
|
||||
@interface YTPivotBarIndicatorView : UIView
|
||||
@property (nonatomic, assign) BOOL hidden;
|
||||
@property (nonatomic, assign, readwrite, getter=isHidden) BOOL hidden;
|
||||
@property (nonatomic, assign, readwrite) CGFloat alpha;
|
||||
@end
|
||||
|
||||
@interface YTCommentDetailHeaderCell : UIView
|
||||
|
|
|
|||
Loading…
Reference in a new issue