gitextract_ndxeqazj/ ├── .gitignore ├── .travis.yml ├── JASwipeCell/ │ ├── JAActionButton.h │ ├── JAActionButton.m │ ├── JASwipeCell.h │ └── JASwipeCell.m ├── JASwipeCell.podspec ├── JASwipeCellExample/ │ ├── ALView+PureLayout.h │ ├── ALView+PureLayout.m │ ├── AppDelegate.h │ ├── AppDelegate.m │ ├── Base.lproj/ │ │ └── Main.storyboard │ ├── Images.xcassets/ │ │ ├── AppIcon.appiconset/ │ │ │ └── Contents.json │ │ └── LaunchImage.launchimage/ │ │ └── Contents.json │ ├── Info.plist │ ├── JATableViewCell.h │ ├── JATableViewCell.m │ ├── JATableViewController.h │ ├── JATableViewController.m │ ├── NSArray+PureLayout.h │ ├── NSArray+PureLayout.m │ ├── NSLayoutConstraint+PureLayout.h │ ├── NSLayoutConstraint+PureLayout.m │ ├── PureLayout+Internal.h │ ├── PureLayout.h │ ├── PureLayoutDefines.h │ └── main.m ├── JASwipeCellExample.xcodeproj/ │ ├── project.pbxproj │ ├── project.xcworkspace/ │ │ └── contents.xcworkspacedata │ └── xcshareddata/ │ └── xcschemes/ │ └── JASwipeCellExample.xcscheme ├── LICENSE └── README.md