소스 검색

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