Skip to content

Commit

Permalink
Import UIKit.h in NIActions.m because it references UIKit classes
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanemoore committed Feb 21, 2014
1 parent cf2a238 commit a8da061
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/src/NIActions.m
Expand Up @@ -17,6 +17,8 @@
#import "NIActions.h"
#import "NIActions+Subclassing.h"

#import <UIKit/UIKit.h>

#import "NIDebuggingTools.h"

#if !defined(__has_feature) || !__has_feature(objc_arc)
Expand Down

0 comments on commit a8da061

Please sign in to comment.