refactor: Create Swift version of SettingsBaseViewController

This commit is contained in:
Andrea Busi
2024-06-10 10:58:01 +02:00
parent a4afb84e6d
commit 72441d0532
4 changed files with 49 additions and 1 deletions
@@ -10,6 +10,7 @@
NS_ASSUME_NONNULL_BEGIN
// TODO: da migrare a SettingsBaseTableViewController
@interface SettingsBaseViewController : UITableViewController
+ (void)saveSettings;