Skip to content

Commit

Permalink
allow initialize UIDelegate
Browse files Browse the repository at this point in the history
  • Loading branch information
EdgarDegas committed Mar 30, 2024
1 parent 6f6db80 commit 79a44df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/DSBridge/UIDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ open class UIDelegate: NSObject, WKUIDelegate {
open var invocationHandler: (String, String?) -> JSON
public let prefix: String

init(
public init(
prefix: String,
invocationHandler: @escaping (String, String?) -> JSON
) {
Expand Down

0 comments on commit 79a44df

Please sign in to comment.