From 96a99698a0cfece1e6009f0b4ffa1e3e8e0fac96 Mon Sep 17 00:00:00 2001 From: Edward Patel Date: Tue, 27 Sep 2016 10:28:21 +0200 Subject: [PATCH] Fix for https://github.com/timshadel/TSAnimatedRootViewSwitcheroo/issues/8 --- TSAnimatedRootViewSwitcheroo.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/TSAnimatedRootViewSwitcheroo.h b/TSAnimatedRootViewSwitcheroo.h index e1b2daa..e23c2ef 100644 --- a/TSAnimatedRootViewSwitcheroo.h +++ b/TSAnimatedRootViewSwitcheroo.h @@ -2,8 +2,7 @@ // TSAnimatedRootViewSwitcheroo.h // -@import UIKit; -@import Foundation; +#import typedef NS_ENUM(NSUInteger, TSSwitcherooAnimationDirection) { TSSwitcherooAnimationDirectionForward,