iOS: implement touch api

This commit is contained in:
王劲鹏
2021-09-22 15:30:34 +08:00
committed by osborn
parent 8ad5c06ff7
commit 0421b8258f
2 changed files with 76 additions and 1 deletions

View File

@@ -26,6 +26,11 @@ NS_ASSUME_NONNULL_BEGIN
@interface DoricGestureContainerNode : DoricStackNode
@property(nonatomic, strong) NSString *onTouchDown;
@property(nonatomic, strong) NSString *onTouchMove;
@property(nonatomic, strong) NSString *onTouchUp;
@property(nonatomic, strong) NSString *onTouchCancel;
@end
NS_ASSUME_NONNULL_END