Split and fix FBCxxUtils
Summary: This target was bloating. Split it in two. Migrate to autotests. Reviewed By: joshleibsly Differential Revision: D16829348 fbshipit-source-id: 17f2a10371293ddb850c4556abeecee99a9d7bef
This commit is contained in:
committed by
Facebook Github Bot
parent
03d4a7d750
commit
2b050851a3
@@ -7,7 +7,7 @@
|
||||
*/
|
||||
#import "FlipperCppBridgingConnection.h"
|
||||
|
||||
#import <FBCxxUtils/FBCxxFollyDynamicConvert.h>
|
||||
#import <FBCxxFollyDynamicConvert/FBCxxFollyDynamicConvert.h>
|
||||
|
||||
#import "FlipperCppBridgingResponder.h"
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
*/
|
||||
#import "FlipperCppBridgingResponder.h"
|
||||
|
||||
#import <FBCxxUtils/FBCxxFollyDynamicConvert.h>
|
||||
#import <FBCxxFollyDynamicConvert/FBCxxFollyDynamicConvert.h>
|
||||
|
||||
@implementation FlipperCppBridgingResponder {
|
||||
std::shared_ptr<facebook::flipper::FlipperResponder> responder_;
|
||||
|
||||
Reference in New Issue
Block a user