Declaration

func reloadData(withItems newContent: [Any]!, groups newGroups: [Any]!, emptyCaches shouldEmptyCaches: Bool, completionBlock: (() -> Void)!)
func reloadData(withItems newContent: [Any]!, groups newGroups: [Any]!, emptyCaches shouldEmptyCaches: Bool) async

Declaration

- (void) reloadDataWithItems:(NSArray *) newContent groups:(NSArray *) newGroups emptyCaches:(BOOL) shouldEmptyCaches completionBlock:(dispatch_block_t) completionBlock;

Declaration

reloadDataWithItems_groups_emptyCaches_completionBlock_(newContent: list, newGroups: list, shouldEmptyCaches: bool, completionBlock: dispatch_block_t)