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

Commit

Permalink
Add missing Foundation import.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Verkoeyen committed Apr 19, 2017
1 parent a1d3117 commit b31c136
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/common/DispatchTimeIntervalToSeconds.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
limitations under the License.
*/

import Foundation

extension DispatchTimeInterval {
func toSeconds() -> CGFloat {
let seconds: CGFloat
Expand Down

0 comments on commit b31c136

Please sign in to comment.