Adds Diagnostics screen in sample app

Summary: Adds Diagnostics screen in sample app

Reviewed By: danielbuechele

Differential Revision: D10509941

fbshipit-source-id: 9d0a8244dc93528cfdb06ae70d51c2a408f3e3be
This commit is contained in:
Pritesh Nandgaonkar
2018-10-23 10:35:23 -07:00
committed by Facebook Github Bot
parent 12d2af38f7
commit ff6b1790cb
5 changed files with 30 additions and 9 deletions

View File

@@ -14,7 +14,7 @@
@property (strong, nonatomic) NSArray<NSDictionary *> *elements;
@end
@interface FlipperDiagnosticsViewController : UIViewController <FlipperStateUpdateListener>
@interface FlipperDiagnosticsViewController : UIViewController<FlipperStateUpdateListener>
@property(strong, nonatomic) StateTableDataSource *tableDataSource;
@property(strong, nonatomic) UILabel *stateLabel;
@property(strong, nonatomic) UITableView *stateTable;