mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-26 19:34:25 +02:00
Introduce CallService
This commit is contained in:
@@ -38,4 +38,9 @@ extension String {
|
||||
func vc_caseInsensitiveContains(_ other: String) -> Bool {
|
||||
return self.range(of: other, options: .caseInsensitive) != nil
|
||||
}
|
||||
|
||||
/// Returns a globally unique string
|
||||
static var vc_unique: String {
|
||||
return ProcessInfo.processInfo.globallyUniqueString
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user