mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 00:52:43 +02:00
Merge branch 'develop' into gil/SP1_space_creation
This commit is contained in:
@@ -25,7 +25,7 @@ extern NSString *const MXKAuthErrorDomain;
|
||||
/**
|
||||
Authentication types
|
||||
*/
|
||||
typedef enum {
|
||||
typedef NS_ENUM(NSUInteger, MXKAuthenticationType) {
|
||||
/**
|
||||
Type used to sign up.
|
||||
*/
|
||||
@@ -39,7 +39,7 @@ typedef enum {
|
||||
*/
|
||||
MXKAuthenticationTypeForgotPassword
|
||||
|
||||
} MXKAuthenticationType;
|
||||
};
|
||||
|
||||
@class MXKAuthInputsView;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user