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