Sfoglia il codice sorgente

Restore UIKit import to FIRApp.h to prevent breaking change (#78)

Paul Beusterien 8 anni fa
parent
commit
2fe40530db
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. 5 0
      Firebase/Core/FIRApp.h

+ 5 - 0
Firebase/Core/FIRApp.h

@@ -16,6 +16,11 @@
 
 #import <Foundation/Foundation.h>
 
+#if TARGET_OS_IOS
+// TODO: Remove UIKit import on next breaking change release
+#import <UIKit/UIKit.h>
+#endif
+
 #import "FIRCoreSwiftNameSupport.h"
 
 @class FIROptions;