We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73b8822 commit 9ac34f8Copy full SHA for 9ac34f8
ZHTableViewGroupExample/ZHTableViewGroupObjc/ZHTableViewDataSource.m
@@ -26,7 +26,7 @@ - (instancetype)initWithTableView:(UITableView *)tableView {
26
return self;
27
}
28
29
-- (void)addGroupWithCompletionHandle:(ZHTableViewDataSourceAddGroupCompletionHandle)completionHandle {
+- (ZHTableViewGroup *)addGroupWithCompletionHandle:(ZHTableViewDataSourceAddGroupCompletionHandle)completionHandle {
30
ZHTableViewGroup *group = [[ZHTableViewGroup alloc] init];
31
if (completionHandle) {
32
completionHandle(group);
0 commit comments