mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-05-10 19:50:37 +00:00
New Headers from qnblackcat/uYouPlus
This commit is contained in:
parent
19895b3943
commit
484ec59d2c
1 changed files with 10 additions and 2 deletions
12
Header.h
12
Header.h
|
|
@ -175,8 +175,6 @@
|
||||||
@end
|
@end
|
||||||
|
|
||||||
@interface YTPivotBarIndicatorView : UIView
|
@interface YTPivotBarIndicatorView : UIView
|
||||||
@property (nonatomic, assign, readwrite, getter=isHidden) BOOL hidden;
|
|
||||||
@property (nonatomic, assign, readwrite) CGFloat alpha;
|
|
||||||
@end
|
@end
|
||||||
|
|
||||||
@interface YTCommentDetailHeaderCell : UIView
|
@interface YTCommentDetailHeaderCell : UIView
|
||||||
|
|
@ -193,3 +191,13 @@
|
||||||
|
|
||||||
@interface UIPredictionViewController : UIViewController
|
@interface UIPredictionViewController : UIViewController
|
||||||
@end
|
@end
|
||||||
|
|
||||||
|
@interface FRPreferences : UITableViewController
|
||||||
|
@end
|
||||||
|
|
||||||
|
@interface FRPSelectListTable : UITableViewController
|
||||||
|
@end
|
||||||
|
|
||||||
|
@interface settingsReorderTable : UIViewController
|
||||||
|
@property(nonatomic, strong) UITableView *tableView;
|
||||||
|
@end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue