iOS: add js dispatcher for refresh widget

This commit is contained in:
王劲鹏
2023-03-15 11:08:28 +08:00
committed by osborn
parent aa844407b4
commit 2817be24ec
3 changed files with 19 additions and 3 deletions

View File

@@ -56,4 +56,8 @@ - (void)consume {
self.consuming = NO;
}
}
@end
- (void)clear {
[self.blocks removeAllObjects];
}
@end