[iOS] Create public space #143

- Update after code review
This commit is contained in:
Gil Eluard
2022-01-24 09:27:23 +01:00
parent 350d605eec
commit 1bd21abdf4
7 changed files with 27 additions and 66 deletions
@@ -19,10 +19,15 @@
import Foundation
import UIKit
/// list of IDs for the items displayed in the different menu views
enum SpaceCreationMenuRoomOptionId {
/// Public space option
case publicSpace
/// Private space option
case privateSpace
/// Private space for internal use option
case ownedPrivateSpace
/// Private space shared with members option
case sharedPrivateSpace
}