New Headers from qnblackcat/uYouPlus

This commit is contained in:
arichorn 2023-08-15 16:20:52 -05:00 committed by GitHub
parent 19895b3943
commit 484ec59d2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -175,8 +175,6 @@
@end
@interface YTPivotBarIndicatorView : UIView
@property (nonatomic, assign, readwrite, getter=isHidden) BOOL hidden;
@property (nonatomic, assign, readwrite) CGFloat alpha;
@end
@interface YTCommentDetailHeaderCell : UIView
@ -193,3 +191,13 @@
@interface UIPredictionViewController : UIViewController
@end
@interface FRPreferences : UITableViewController
@end
@interface FRPSelectListTable : UITableViewController
@end
@interface settingsReorderTable : UIViewController
@property(nonatomic, strong) UITableView *tableView;
@end