mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-29 20:56:57 +02:00
Update MXKAppSettings use.
This commit is contained in:
@@ -16,9 +16,15 @@
|
||||
|
||||
#import <MatrixKit/MatrixKit.h>
|
||||
|
||||
typedef void (^blockSettings_onReadyToLeave)();
|
||||
|
||||
@interface SettingsViewController : MXKTableViewController <UITextFieldDelegate, UIImagePickerControllerDelegate, UINavigationControllerDelegate, UIPickerViewDataSource, UIPickerViewDelegate>
|
||||
|
||||
typedef void (^blockSettings_onReadyToLeave)();
|
||||
/**
|
||||
The application settings displayed in the view controller.
|
||||
By default the shared application settings are considered.
|
||||
*/
|
||||
@property (nonatomic) MXKAppSettings *settings;
|
||||
|
||||
- (BOOL)shouldLeave:(blockSettings_onReadyToLeave)handler;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user