From b1fa651a89a476c2227b098795ef1f36309687d0 Mon Sep 17 00:00:00 2001 From: Leonard Hecker Date: Tue, 6 Oct 2015 19:41:35 +0200 Subject: [PATCH] Fixed missing UIKit import --- SWTableViewCell/PodFiles/NSMutableArray+SWUtilityButtons.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SWTableViewCell/PodFiles/NSMutableArray+SWUtilityButtons.h b/SWTableViewCell/PodFiles/NSMutableArray+SWUtilityButtons.h index 87edf77c..dc79846f 100644 --- a/SWTableViewCell/PodFiles/NSMutableArray+SWUtilityButtons.h +++ b/SWTableViewCell/PodFiles/NSMutableArray+SWUtilityButtons.h @@ -6,7 +6,7 @@ // Copyright (c) 2013 Chris Wendel. All rights reserved. // -#import +#import @interface NSMutableArray (SWUtilityButtons)