Skip to content

Commit

Permalink
Merge pull request #17 from mthole/master
Browse files Browse the repository at this point in the history
Import UIKit, not Foundation.
  • Loading branch information
thisandagain committed Apr 30, 2015
2 parents 8f8844b + a6ff05a commit 23d21ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EDQueue/EDQueue.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Copyright (c) 2012 Andrew Sliwinski. All rights reserved.
//

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

typedef NS_ENUM(NSInteger, EDQueueResult) {
EDQueueResultSuccess = 0,
Expand Down

0 comments on commit 23d21ba

Please sign in to comment.