Build sample app through BUCK

Summary: This diff adds capabilty to build sample app through BUCK.

Reviewed By: passy

Differential Revision: D13697307

fbshipit-source-id: d7008bb4709b13384f65051631b365a0eceddfff
This commit is contained in:
Pritesh Nandgaonkar
2019-01-17 07:24:05 -08:00
committed by Facebook Github Bot
parent 21dfe41fb4
commit f47de92117
4 changed files with 12 additions and 10 deletions

View File

@@ -8,8 +8,8 @@
#if FB_SONARKIT_ENABLED
#import "SKIOSNetworkAdapter.h"
#import "FLEXNetworkObserver.h"
#import "FLEXNetworkRecorder.h"
#import "FLEXNetworkLib/FLEXNetworkObserver.h"
#import "FLEXNetworkLib/FLEXNetworkRecorder.h"
@implementation SKIOSNetworkAdapter
@synthesize delegate = _delegate;