added initializer
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
f2bde996a8
commit
71fb70c6eb
@ -12,6 +12,13 @@ import Foundation
|
||||
open class OpenUrlOptionsModel: Codable {
|
||||
public var options: [UIApplication.OpenExternalURLOptionsKey: Any]
|
||||
|
||||
//--------------------------------------------------
|
||||
// MARK: - Initializer
|
||||
//--------------------------------------------------
|
||||
public init(options: [UIApplication.OpenExternalURLOptionsKey: Any]) {
|
||||
self.options = options
|
||||
}
|
||||
|
||||
//--------------------------------------------------
|
||||
// MARK: - Codable
|
||||
//--------------------------------------------------
|
||||
|
||||
Loading…
Reference in New Issue
Block a user