fix more imports
Summary: There are many files across fbobjc relying on -include_pch and therefore they miss Foundation.h and UIKit.h includes. This diff was generated by a codemod and fixes these missing includes. More details on the missing imports https://fb.workplace.com/groups/929548250966094/permalink/981237982463787/ Changelog: [Internal] Reviewed By: yannickl Differential Revision: D37282740 fbshipit-source-id: 0f419025b3cf2f811e96ff464cb19e8e5a25aa09
This commit is contained in:
committed by
Facebook GitHub Bot
parent
bd5ac524f5
commit
88bf980b8e
@@ -5,11 +5,13 @@
|
|||||||
* LICENSE file in the root directory of this source tree.
|
* LICENSE file in the root directory of this source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#import <Foundation/Foundation.h>
|
||||||
|
|
||||||
#ifdef FB_SONARKIT_ENABLED
|
#ifdef FB_SONARKIT_ENABLED
|
||||||
#if !TARGET_OS_OSX
|
#if !TARGET_OS_OSX
|
||||||
|
|
||||||
#import "FlipperDiagnosticsViewController.h"
|
|
||||||
#import "FlipperClient.h"
|
#import "FlipperClient.h"
|
||||||
|
#import "FlipperDiagnosticsViewController.h"
|
||||||
|
|
||||||
#define STATE_VIEW_HEIGHT 300
|
#define STATE_VIEW_HEIGHT 300
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user