Make SettingsViewController directly instantiable.

This commit is contained in:
SBiOSoftWhare
2020-05-04 19:58:06 +02:00
parent 8ca2cda2f2
commit a58abb400c
3 changed files with 20 additions and 10 deletions
@@ -20,5 +20,7 @@
@interface SettingsViewController : MXKTableViewController<UITextFieldDelegate, MXKCountryPickerViewControllerDelegate, MXKLanguagePickerViewControllerDelegate, MXKDataSourceDelegate>
+ (instancetype)instantiate;
@end