Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dhardiman committed Sep 26, 2019
1 parent 14c7e35 commit 6326a50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ import PackageDescription

let package = Package(
name: "Router",
platforms: [
.iOS(.v10)
],
products: [
.library(name: "Router", targets: ["Router"]),
.library(name: "MockRouter", targets: ["MockRouter"])
Expand Down
1 change: 1 addition & 0 deletions Sources/MockRouter/MockRouter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
import Foundation
import Hopoate
import Router
import UIKit

public class MockRouter: Router {
public var routeResponse: UIViewController = UIViewController()
Expand Down

0 comments on commit 6326a50

Please sign in to comment.