FMCPlanner2/Pods/SWTableViewCell/SWTableViewCell/PodFiles/SWLongPressGestureRecognizer.h
2016-03-31 15:57:13 +02:00

16 lines
312 B
Objective-C

//
// SWLongPressGestureRecognizer.h
// SWTableViewCell
//
// Created by Matt Bowman on 11/27/13.
// Copyright (c) 2013 Chris Wendel. All rights reserved.
//
#import <UIKit/UIKit.h>
#import <UIKit/UIGestureRecognizerSubclass.h>
@interface SWLongPressGestureRecognizer : UILongPressGestureRecognizer
@end