gitextract_ipcmtiyk/ ├── .gitignore ├── .slather.yml ├── .travis.yml ├── LICENCE ├── Podfile ├── README.md ├── SWTableViewCell/ │ ├── AppDelegate.h │ ├── AppDelegate.m │ ├── PodFiles/ │ │ ├── NSMutableArray+SWUtilityButtons.h │ │ ├── NSMutableArray+SWUtilityButtons.m │ │ ├── SWCellScrollView.h │ │ ├── SWCellScrollView.m │ │ ├── SWLongPressGestureRecognizer.h │ │ ├── SWLongPressGestureRecognizer.m │ │ ├── SWTableViewCell.h │ │ ├── SWTableViewCell.m │ │ ├── SWUtilityButtonTapGestureRecognizer.h │ │ ├── SWUtilityButtonTapGestureRecognizer.m │ │ ├── SWUtilityButtonView.h │ │ └── SWUtilityButtonView.m │ ├── SWTableViewCell-Info.plist │ ├── SWTableViewCell-Prefix.pch │ ├── UMTableViewCell.h │ ├── UMTableViewCell.m │ ├── ViewController.h │ ├── ViewController.m │ ├── en.lproj/ │ │ ├── InfoPlist.strings │ │ └── MainStoryboard.storyboard │ └── main.m ├── SWTableViewCell.podspec ├── SWTableViewCell.xcodeproj/ │ ├── project.pbxproj │ └── xcshareddata/ │ └── xcschemes/ │ └── SWTableViewCell.xcscheme └── SWTableViewCellTests/ ├── Info.plist └── SWTableViewCellTests.m