iOS: add js dispatcher for refresh widget
This commit is contained in:
@@ -22,4 +22,6 @@
|
||||
|
||||
@interface DoricJSDispatcher : NSObject
|
||||
- (void)dispatch:(DoricAsyncResult *(^)(void))block;
|
||||
@end
|
||||
|
||||
- (void)clear;
|
||||
@end
|
||||
|
@@ -56,4 +56,8 @@ - (void)consume {
|
||||
self.consuming = NO;
|
||||
}
|
||||
}
|
||||
@end
|
||||
|
||||
- (void)clear {
|
||||
[self.blocks removeAllObjects];
|
||||
}
|
||||
@end
|
||||
|
Reference in New Issue
Block a user