Skip to content

Commit

Permalink
IBInspectable
Browse files Browse the repository at this point in the history
  • Loading branch information
ibireme committed Feb 27, 2016
1 parent 86f7263 commit a6f00b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions YYText/YYLabel.h
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,8 @@ IB_DESIGNABLE
@property (nonatomic) UIEdgeInsets textContainerInset;
@property (nullable, nonatomic, copy) id<YYTextLinePositionModifier> 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;
Expand Down

0 comments on commit a6f00b9

Please sign in to comment.