iOS: update with js dispatcher
This commit is contained in:
@@ -20,12 +20,15 @@
|
||||
// Created by jingpeng.wang on 2021/09/17.
|
||||
//
|
||||
|
||||
#import "DoricJSDispatcher.h"
|
||||
#import "DoricStackNode.h"
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface DoricGestureContainerNode : DoricStackNode
|
||||
|
||||
@property(nonatomic, strong) DoricJSDispatcher *jsDispatcher;
|
||||
|
||||
@property(nonatomic, strong) NSString *onTouchDown;
|
||||
@property(nonatomic, strong) NSString *onTouchMove;
|
||||
@property(nonatomic, strong) NSString *onTouchUp;
|
||||
|
||||
Reference in New Issue
Block a user