SWLongPressGestureRecognizer.h 312 B

123456789101112131415
  1. //
  2. // SWLongPressGestureRecognizer.h
  3. // SWTableViewCell
  4. //
  5. // Created by Matt Bowman on 11/27/13.
  6. // Copyright (c) 2013 Chris Wendel. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import <UIKit/UIGestureRecognizerSubclass.h>
  10. @interface SWLongPressGestureRecognizer : UILongPressGestureRecognizer
  11. @end