Podspec and sample integration

Summary: Create podspec for UI Debugger and integrate with our iOS sample application.

Reviewed By: aigoncharov

Differential Revision: D47715973

fbshipit-source-id: a64444660ea9fb8a2c29fcafe1a44266e8daf414
This commit is contained in:
Lorenzo Blasa
2023-07-26 05:01:58 -07:00
committed by Facebook GitHub Bot
parent b5d51a047b
commit 544e49c097
5 changed files with 24 additions and 3 deletions

View File

@@ -13,6 +13,10 @@
#import "UIDDescriptorRegister.h"
#import "UIDTreeObserverFactory.h"
@interface FlipperKitUIDebuggerPlugin ()
- (instancetype)initWithContext:(UIDContext*)context;
@end
#ifdef __cplusplus
extern "C" {
#endif