Przeglądaj źródła

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

Ryan Olson 12 lat temu
rodzic
commit
59a6080c73

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