Add missing import

This commit is contained in:
Jackson Harper
2022-11-01 17:42:08 +08:00
parent 00350d9ffa
commit 16d06f8f6f

View File

@ -1,6 +1,6 @@
import Utils
import WebKit
import Models
/// Describes actions that can be sent from the WebView back to native views.
/// The names on the javascript side must match for an action to be handled.