diff --git a/Classes/FTUtils+UIGestureRecognizer.m b/Classes/FTUtils+UIGestureRecognizer.m index 0d01de5..3c4383a 100644 --- a/Classes/FTUtils+UIGestureRecognizer.m +++ b/Classes/FTUtils+UIGestureRecognizer.m @@ -27,12 +27,6 @@ of this software and associated documentation files (the "Software"), to deal #import "FTUtils+UIGestureRecognizer.h" #import -@interface UIGestureRecognizer() - -- (void)handleAction:(UIGestureRecognizer *)recognizer; - -@end - static char * kFTGestureActionKey = "ft_gestureAction"; static char * kFTGestureDisabledKey = "ft_gestureDisabled"; @@ -73,4 +67,4 @@ - (void)setDisabled:(BOOL)disabled { @end -#endif \ No newline at end of file +#endif