diff --git a/YYText/YYLabel.h b/YYText/YYLabel.h index bb198cb7..95563fff 100644 --- a/YYText/YYLabel.h +++ b/YYText/YYLabel.h @@ -365,6 +365,8 @@ IB_DESIGNABLE @property (nonatomic) UIEdgeInsets textContainerInset; @property (nullable, nonatomic, copy) id linePositionModifier; @property (nonnull, nonatomic, copy) YYTextDebugOption *debugOption; +@property (nullable, nonatomic, copy) YYTextAction textTapAction; +@property (nullable, nonatomic, copy) YYTextAction textLongPressAction; @property (nullable, nonatomic, copy) YYTextAction highlightTapAction; @property (nullable, nonatomic, copy) YYTextAction highlightLongPressAction; @property (nonatomic) BOOL displaysAsynchronously;