Summary: Moves SKTigonNetwork internal plugin to xplat leaving behind a stub buck target in litho Reviewed By: passy Differential Revision: D9082339 fbshipit-source-id: d98eeef4e64458586403c01937f6d48ad82e27aa
13 lines
248 B
Objective-C
13 lines
248 B
Objective-C
// Copyright 2004-present Facebook. All Rights Reserved.
|
|
|
|
#if FB_SONARKIT_ENABLED
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
#import <SonarKitNetworkPlugin/SonarKitNetworkPlugin.h>
|
|
@interface SKTigonNetworkPluginMock : SonarKitNetworkPlugin
|
|
|
|
@end
|
|
|
|
#endif
|