SameBoy/iOS/UILabel+TapLocation.h

6 lines
121 B
Objective-C

#import <UIKit/UIKit.h>
@interface UILabel (TapLocation)
- (unsigned)characterAtTap:(UITapGestureRecognizer *)tap;
@end