SettingsViewController: Use SingleImagePickerPresenter for profile avatar picture.

This commit is contained in:
SBiOSoftWhare
2019-08-02 17:27:49 +02:00
parent cf60518bc0
commit efe3da00a0
2 changed files with 33 additions and 40 deletions
@@ -20,7 +20,7 @@
#import "MediaPickerViewController.h"
@interface SettingsViewController : MXKTableViewController<UITextFieldDelegate, MediaPickerViewControllerDelegate, MXKDeviceViewDelegate, UIDocumentInteractionControllerDelegate, MXKCountryPickerViewControllerDelegate, MXKLanguagePickerViewControllerDelegate, MXKDataSourceDelegate>
@interface SettingsViewController : MXKTableViewController<UITextFieldDelegate, MXKDeviceViewDelegate, UIDocumentInteractionControllerDelegate, MXKCountryPickerViewControllerDelegate, MXKLanguagePickerViewControllerDelegate, MXKDataSourceDelegate>
@end