From e8edf2fb793dcf40549853ded9a1b34de5f58bd7 Mon Sep 17 00:00:00 2001 From: Khronoss Date: Wed, 10 Oct 2018 16:22:43 +0200 Subject: [PATCH] Update ButtonBarViewCell.swift Add UIKit import as it creates a compile time error --- Sources/ButtonBarViewCell.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/ButtonBarViewCell.swift b/Sources/ButtonBarViewCell.swift index 4f608623..e6789b13 100644 --- a/Sources/ButtonBarViewCell.swift +++ b/Sources/ButtonBarViewCell.swift @@ -22,7 +22,7 @@ // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN // THE SOFTWARE. -import Foundation +import UIKit open class ButtonBarViewCell: UICollectionViewCell {