openURL
This commit is contained in:
parent
03f387487f
commit
731f3b811a
@ -9,7 +9,7 @@
|
|||||||
import Foundation
|
import Foundation
|
||||||
|
|
||||||
@objcMembers public class ActionOpenUrl: ActionProtocol {
|
@objcMembers public class ActionOpenUrl: ActionProtocol {
|
||||||
public static var identifier: String = "openUrl"
|
public static var identifier: String = "openURL"
|
||||||
public var browserUrl: String
|
public var browserUrl: String
|
||||||
public init(browserUrl: String) {
|
public init(browserUrl: String) {
|
||||||
self.browserUrl = browserUrl
|
self.browserUrl = browserUrl
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user