From 64b8bd17e0c8dde232dd71687b685ec3592e3f7a Mon Sep 17 00:00:00 2001 From: Ivan Smolin Date: Fri, 28 Apr 2017 20:01:17 +0300 Subject: [PATCH] import fixes --- .../Sources/Protocols/StaticEstimatedViewHeightProtocol.swift | 2 +- LeadKit/Sources/Protocols/StaticViewHeightProtocol.swift | 2 +- LeadKit/Sources/Protocols/ViewHeightProtocol.swift | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LeadKit/Sources/Protocols/StaticEstimatedViewHeightProtocol.swift b/LeadKit/Sources/Protocols/StaticEstimatedViewHeightProtocol.swift index 1e9844f4..8ac52b15 100644 --- a/LeadKit/Sources/Protocols/StaticEstimatedViewHeightProtocol.swift +++ b/LeadKit/Sources/Protocols/StaticEstimatedViewHeightProtocol.swift @@ -20,7 +20,7 @@ // THE SOFTWARE. // -import Foundation +import CoreGraphics /** * protocol which ensures that specific type can return estimated height of view diff --git a/LeadKit/Sources/Protocols/StaticViewHeightProtocol.swift b/LeadKit/Sources/Protocols/StaticViewHeightProtocol.swift index c1e441eb..27bad418 100644 --- a/LeadKit/Sources/Protocols/StaticViewHeightProtocol.swift +++ b/LeadKit/Sources/Protocols/StaticViewHeightProtocol.swift @@ -20,7 +20,7 @@ // THE SOFTWARE. // -import Foundation +import CoreGraphics /** * protocol which ensures that specific type can return height of view diff --git a/LeadKit/Sources/Protocols/ViewHeightProtocol.swift b/LeadKit/Sources/Protocols/ViewHeightProtocol.swift index 3c29c7bc..f0c92573 100644 --- a/LeadKit/Sources/Protocols/ViewHeightProtocol.swift +++ b/LeadKit/Sources/Protocols/ViewHeightProtocol.swift @@ -20,7 +20,7 @@ // THE SOFTWARE. // -import Foundation +import CoreGraphics /** * protocol which ensures that specific type can return height of view for view model