Merge branch 'develop' into gil/SP1_space_creation

This commit is contained in:
Gil Eluard
2022-03-01 10:15:13 +01:00
164 changed files with 3643 additions and 1650 deletions
@@ -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;