mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
UniversalLinkParameters: Make universalLinkURL property non optional.
This commit is contained in:
@@ -23,7 +23,7 @@ class UniversalLinkParameters: NSObject {
|
||||
// MARK: - Properties
|
||||
|
||||
/// The unprocessed the universal link URL
|
||||
let universalLinkURL: URL?
|
||||
let universalLinkURL: URL
|
||||
|
||||
/// The fragment part of the universal link
|
||||
let fragment: String
|
||||
|
||||
Reference in New Issue
Block a user