Implement getTableData command.

Reviewed By: lblasa

Differential Revision: D48267029

fbshipit-source-id: a2ee02d3d0c465c83acd99fd7093e0abb5c7c2de
This commit is contained in:
Fúlvio Abrahão de Paula
2023-08-14 11:07:07 -07:00
committed by Facebook GitHub Bot
parent a0510ad1bf
commit 42fb6f09f7
6 changed files with 185 additions and 3 deletions

View File

@@ -39,4 +39,7 @@
start:(NSInteger)start
count:(NSInteger)count;
+ (DatabaseGetTableDataRequest*)getTableDataRequestFromDictionary:
(NSDictionary*)dictionary;
@end