Skip to content

Commit 9ac34f8

Browse files
committed
新增可以设置自定义代理 新增UIScrollView代理回调
1 parent 73b8822 commit 9ac34f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ZHTableViewGroupExample/ZHTableViewGroupObjc/ZHTableViewDataSource.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ - (instancetype)initWithTableView:(UITableView *)tableView {
2626
return self;
2727
}
2828

29-
- (void)addGroupWithCompletionHandle:(ZHTableViewDataSourceAddGroupCompletionHandle)completionHandle {
29+
- (ZHTableViewGroup *)addGroupWithCompletionHandle:(ZHTableViewDataSourceAddGroupCompletionHandle)completionHandle {
3030
ZHTableViewGroup *group = [[ZHTableViewGroup alloc] init];
3131
if (completionHandle) {
3232
completionHandle(group);

0 commit comments

Comments
 (0)