mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-25 11:02:48 +02:00
+10
@@ -17,6 +17,11 @@
|
||||
import Foundation
|
||||
import UIKit
|
||||
|
||||
enum SpaceCreationInviteType {
|
||||
case email
|
||||
case userId
|
||||
}
|
||||
|
||||
class SpaceCreationParameters {
|
||||
var name: String? {
|
||||
didSet {
|
||||
@@ -89,6 +94,11 @@ class SpaceCreationParameters {
|
||||
isModified = true
|
||||
}
|
||||
}
|
||||
var inviteType: SpaceCreationInviteType = .email {
|
||||
didSet {
|
||||
isModified = true
|
||||
}
|
||||
}
|
||||
private(set) var isModified: Bool = false
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user