iOS: update with js dispatcher

This commit is contained in:
王劲鹏
2021-09-23 11:05:40 +08:00
committed by osborn
parent 73dd78ca05
commit 6e8c5cc8ea
2 changed files with 66 additions and 31 deletions

View File

@@ -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;