diff --git a/apple/OmnivoreKit/Sources/Views/Article/OmnivoreWebView.swift b/apple/OmnivoreKit/Sources/Views/Article/OmnivoreWebView.swift index 44b61034a..77a477e8e 100644 --- a/apple/OmnivoreKit/Sources/Views/Article/OmnivoreWebView.swift +++ b/apple/OmnivoreKit/Sources/Views/Article/OmnivoreWebView.swift @@ -2,6 +2,7 @@ import Models import Utils import WebKit + /// 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. public enum WebViewAction: String, CaseIterable {