From e2da776a938b2ab7519c355effe6827ef3064433 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Mon, 19 Feb 2024 23:33:59 -0600 Subject: [PATCH] Update uYouPlus.h --- Sources/uYouPlus.h | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Sources/uYouPlus.h b/Sources/uYouPlus.h index 76dcbe4..7cdf0b8 100644 --- a/Sources/uYouPlus.h +++ b/Sources/uYouPlus.h @@ -48,6 +48,17 @@ @interface SSOConfiguration : NSObject @end +// uYouPlus Extras Menu +@interface FRPreferences : UITableViewController +@end + +@interface FRPSelectListTable : UITableViewController +@end + +@interface settingsReorderTable : UIViewController +@property(nonatomic, strong) UITableView *tableView; +@end + // uYouPlus @interface YTHeaderLogoController : UIView @property(readonly, nonatomic) long long pageStyle;