Guard files with the FB_SONARKIT_ENABLED macro

Summary: Guard code with FB_SONARKIT_ENABLED

Reviewed By: fabiomassimo

Differential Revision: D30576765

fbshipit-source-id: b51d7367c5482add27a5cb18453aedf03001bdc7
This commit is contained in:
Lorenzo Blasa
2021-08-26 10:15:30 -07:00
committed by Facebook GitHub Bot
parent 9e8ec02bf7
commit 672979b5f8
4 changed files with 16 additions and 0 deletions

View File

@@ -5,6 +5,8 @@
* LICENSE file in the root directory of this source tree.
*/
#ifdef FB_SONARKIT_ENABLED
#import <Flipper/FlipperTransportTypes.h>
#import <Foundation/Foundation.h>
@@ -47,3 +49,5 @@ NS_ASSUME_NONNULL_BEGIN
@end
NS_ASSUME_NONNULL_END
#endif