filesbox/app/filesbox_ios/FilesBox/Pods/SWTableViewCell/SWTableViewCell/PodFiles/SWUtilityButtonTapGestureRe...
2023-09-21 10:53:23 +08:00

18 lines
367 B
Objective-C

//
// SWUtilityButtonTapGestureRecognizer.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 SWUtilityButtonTapGestureRecognizer : UITapGestureRecognizer
@property (nonatomic) NSUInteger buttonIndex;
@end