gitextract_arh7ggj0/ ├── .gitignore ├── LICENSE ├── NPButtonFlip/ │ ├── AppDelegate.swift │ ├── Base.lproj/ │ │ ├── LaunchScreen.xib │ │ └── Main.storyboard │ ├── Classes/ │ │ ├── NPButtonWithFlip/ │ │ │ └── NPButtonWithFilp.swift │ │ └── NPFlipView/ │ │ └── NPFlipView.swift │ ├── Images.xcassets/ │ │ └── AppIcon.appiconset/ │ │ └── Contents.json │ ├── Info.plist │ └── ViewController.swift ├── NPButtonFlip.xcodeproj/ │ ├── project.pbxproj │ └── project.xcworkspace/ │ ├── contents.xcworkspacedata │ └── xcshareddata/ │ └── IDEWorkspaceChecks.plist ├── NPButtonFlipTests/ │ ├── Info.plist │ └── NPButtonFlipTests.swift ├── NPFlipButton.podspec └── README.md