Skip to content

Commit

Permalink
MDCSwipeToChooseDelegate: remove extra import
Browse files Browse the repository at this point in the history
UIKit is all the import we need; Foundation is redundant.
  • Loading branch information
modocache committed Oct 14, 2014
1 parent 1c6e5b3 commit 62d330f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion MDCSwipeToChoose/Public/Views/MDCSwipeToChooseDelegate.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
// Copyright (c) 2014 modocache. All rights reserved.
//

#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#import "MDCSwipeDirection.h"

Expand Down

0 comments on commit 62d330f

Please sign in to comment.