gitextract_urm7z6zh/ ├── .gitignore ├── AvePurchaseButton.podspec ├── Example/ │ ├── PurchaseButtonExample/ │ │ ├── AppDelegate.h │ │ ├── AppDelegate.m │ │ ├── Assets.xcassets/ │ │ │ └── AppIcon.appiconset/ │ │ │ └── Contents.json │ │ ├── Base.lproj/ │ │ │ ├── LaunchScreen.storyboard │ │ │ └── Main.storyboard │ │ ├── Info.plist │ │ ├── TableViewController.h │ │ ├── TableViewController.m │ │ └── main.m │ └── PurchaseButtonExample.xcodeproj/ │ ├── project.pbxproj │ └── project.xcworkspace/ │ └── contents.xcworkspacedata ├── LICENSE ├── README.md └── Source/ ├── BorderedButton/ │ ├── AveBorderedButton.h │ ├── AveBorderedButton.m │ ├── AveBorderedView.h │ └── AveBorderedView.m └── PurchaseButton/ ├── AvePurchaseActivityIndicatorView.h ├── AvePurchaseActivityIndicatorView.m ├── AvePurchaseButton.h └── AvePurchaseButton.m