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

Commit

Permalink
Add missing imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Verkoeyen committed Apr 19, 2017
1 parent 0a47209 commit 3f16a4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/common/DispatchTimeIntervalToSeconds.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
*/

import Foundation
import CoreGraphics

extension DispatchTimeInterval {
func toSeconds() -> CGFloat {
Expand Down
1 change: 1 addition & 0 deletions src/operators/visualize.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
*/

import Foundation
import UIKit

extension MotionObservableConvertible {

Expand Down

0 comments on commit 3f16a4d

Please sign in to comment.