Skip to content

Commit

Permalink
Import Combine
Browse files Browse the repository at this point in the history
  • Loading branch information
hallee committed Jan 28, 2020
1 parent 422a178 commit 8a8c804
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Sources/SimpleHaptics/HapticGenerator.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#if canImport(Combine)
#if canImport(CoreHaptics)
import Combine
import CoreHaptics

@available(iOS 13, *)
Expand Down Expand Up @@ -59,3 +61,4 @@ public final class SimpleHapticGenerator: ObservableObject {

}
#endif
#endif

0 comments on commit 8a8c804

Please sign in to comment.