Skip to content

Commit

Permalink
Fix build error due to missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rechsteiner committed Sep 28, 2020
1 parent d74a9bf commit 3bf70d4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Parchment/Enums/PageViewDirection.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import Foundation
import CoreGraphics

public enum PageViewDirection {
case forward
Expand Down
1 change: 1 addition & 0 deletions Parchment/Enums/PagingDirection.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import Foundation
import UIKit

public enum PagingDirection: Equatable {
case reverse(sibling: Bool)
Expand Down

0 comments on commit 3bf70d4

Please sign in to comment.