12345678910111213141516171819 |
- //
- // ZSWTappableLabelAccessibilityActionLongPress.h
- // ZSWTappableLabel
- //
- // Copyright (c) 2019 Zachary West. All rights reserved.
- //
- // MIT License
- // https://github.com/zacwest/ZSWTappableLabel
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface ZSWTappableLabelAccessibilityActionLongPress : UIAccessibilityCustomAction
- @property (nonatomic) NSUInteger characterIndex;
- @end
- NS_ASSUME_NONNULL_END
|