From c9d41555dd3b2cae643afe6414614de904746850 Mon Sep 17 00:00:00 2001 From: ulmentflam Date: Thu, 9 May 2019 03:29:18 -0400 Subject: [PATCH] Adding import for UIKit via issue #335 --- PulleyLib/UIViewController+PulleyViewController.swift | 1 + 1 file changed, 1 insertion(+) mode change 100755 => 100644 PulleyLib/UIViewController+PulleyViewController.swift diff --git a/PulleyLib/UIViewController+PulleyViewController.swift b/PulleyLib/UIViewController+PulleyViewController.swift old mode 100755 new mode 100644 index 9e26d97..9e5c1ce --- a/PulleyLib/UIViewController+PulleyViewController.swift +++ b/PulleyLib/UIViewController+PulleyViewController.swift @@ -5,6 +5,7 @@ // Created by Guilherme Souza on 4/28/18. // Copyright © 2018 52inc. All rights reserved. // +import UIKit public extension UIViewController {