mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 18:12:44 +02:00
+5
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user