浏览代码

Don't rely on UIKit.h being imported from a PCH

Ryan Olson 12 年之前
父节点
当前提交
59a6080c73
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Classes/Object Explorers/FLEXGlobalsTableViewControllerEntry.h

+ 1 - 0
Classes/Object Explorers/FLEXGlobalsTableViewControllerEntry.h

@@ -7,6 +7,7 @@
 //
 
 #import <Foundation/Foundation.h>
+#import <UIKit/UIKit.h>
 
 typedef NSString *(^FLEXGlobalsTableViewControllerEntryNameFuture)(void);
 typedef UIViewController *(^FLEXGlobalsTableViewControllerViewControllerFuture)(void);