ソースを参照

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);