update OLED dark mode

This commit is contained in:
level3tjg
2023-08-15 15:52:16 -04:00
parent cd0995f94f
commit 9eef7c58c7
2 changed files with 42 additions and 0 deletions
+10
View File
@@ -182,3 +182,13 @@
@interface UIPredictionViewController : UIViewController
@end
@interface FRPreferences : UITableViewController
@end
@interface FRPSelectListTable : UITableViewController
@end
@interface settingsReorderTable : UIViewController
@property(nonatomic, strong) UITableView *tableView;
@end