ZSWTappableLabelAccessibilityActionLongPress.h 420 B

12345678910111213141516171819
  1. //
  2. // ZSWTappableLabelAccessibilityActionLongPress.h
  3. // ZSWTappableLabel
  4. //
  5. // Copyright (c) 2019 Zachary West. All rights reserved.
  6. //
  7. // MIT License
  8. // https://github.com/zacwest/ZSWTappableLabel
  9. //
  10. #import <UIKit/UIKit.h>
  11. NS_ASSUME_NONNULL_BEGIN
  12. @interface ZSWTappableLabelAccessibilityActionLongPress : UIAccessibilityCustomAction
  13. @property (nonatomic) NSUInteger characterIndex;
  14. @end
  15. NS_ASSUME_NONNULL_END