Skip to content
This repository was archived by the owner on Aug 13, 2021. It is now read-only.

Commit 0de198d

Browse files
author
Jeff Verkoeyen
committed
Add missing imports.
1 parent b0b8b20 commit 0de198d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/common/DispatchTimeIntervalToSeconds.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
*/
1616

1717
import Foundation
18+
import CoreGraphics
1819

1920
extension DispatchTimeInterval {
2021
func toSeconds() -> CGFloat {

src/operators/visualize.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
*/
1616

1717
import Foundation
18+
import UIKit
1819

1920
extension MotionObservableConvertible {
2021

0 commit comments

Comments
 (0)