Skip to content

Commit

Permalink
Add missing WebKit import.
Browse files Browse the repository at this point in the history
  • Loading branch information
svara committed Aug 4, 2023
1 parent afb4da5 commit ab095ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion Source/Visitable/VisitableViewController.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import UIKit
import WebKit

open class VisitableViewController: UIViewController, Visitable {
open weak var visitableDelegate: VisitableDelegate?
Expand Down
1 change: 1 addition & 0 deletions Tests/Test.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import UIKit
import WebKit
@testable import Turbo

class TestVisitable: UIViewController, Visitable {
Expand Down

0 comments on commit ab095ec

Please sign in to comment.