From 484ec59d2cbacb576cd97379b6bf3d7bcbc8edfe Mon Sep 17 00:00:00 2001 From: arichorn <78001398+arichorn@users.noreply.github.com> Date: Tue, 15 Aug 2023 16:20:52 -0500 Subject: [PATCH] New Headers from qnblackcat/uYouPlus --- Header.h | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/Header.h b/Header.h index a988e99..11900c0 100644 --- a/Header.h +++ b/Header.h @@ -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