// // ZSWTappableLabelTappableRegionInfoImpl.h // ZSWTappableLabel // // Copyright (c) 2019 Zachary West. All rights reserved. // // MIT License // https://github.com/zacwest/ZSWTappableLabel // #import #import "../ZSWTappableLabel.h" NS_ASSUME_NONNULL_BEGIN @interface ZSWTappableLabelTappableRegionInfoImpl : NSObject - (instancetype)initWithFrame:(CGRect)frame attributes:(NSDictionary *)attributes containerView:(UIView *)containerView; @end NS_ASSUME_NONNULL_END