gitextract_eio3498s/ ├── HQCardFlowView/ │ ├── AppDelegate.h │ ├── AppDelegate.m │ ├── Assets.xcassets/ │ │ ├── 1.imageset/ │ │ │ └── Contents.json │ │ ├── 22.imageset/ │ │ │ └── Contents.json │ │ ├── 33.imageset/ │ │ │ └── Contents.json │ │ ├── 44.imageset/ │ │ │ └── Contents.json │ │ ├── 55.imageset/ │ │ │ └── Contents.json │ │ ├── 66.imageset/ │ │ │ └── Contents.json │ │ ├── 77.imageset/ │ │ │ └── Contents.json │ │ ├── 88.imageset/ │ │ │ └── Contents.json │ │ ├── 99.imageset/ │ │ │ └── Contents.json │ │ ├── AppIcon.appiconset/ │ │ │ └── Contents.json │ │ ├── Contents.json │ │ ├── icon_pageWidget.imageset/ │ │ │ └── Contents.json │ │ └── icon_pageWidget_sign.imageset/ │ │ └── Contents.json │ ├── Base.lproj/ │ │ ├── LaunchScreen.storyboard │ │ └── Main.storyboard │ ├── HQFlowView/ │ │ ├── HQFlowView.h │ │ ├── HQFlowView.m │ │ ├── HQImagePageControl.h │ │ ├── HQImagePageControl.m │ │ ├── HQIndexBannerSubview.h │ │ └── HQIndexBannerSubview.m │ ├── Info.plist │ ├── ViewController.h │ ├── ViewController.m │ └── main.m ├── HQCardFlowView.xcodeproj/ │ ├── project.pbxproj │ ├── project.xcworkspace/ │ │ ├── contents.xcworkspacedata │ │ ├── xcshareddata/ │ │ │ └── IDEWorkspaceChecks.plist │ │ └── xcuserdata/ │ │ └── jkdzkj.xcuserdatad/ │ │ └── UserInterfaceState.xcuserstate │ └── xcuserdata/ │ └── jkdzkj.xcuserdatad/ │ └── xcschemes/ │ └── xcschememanagement.plist ├── HQCardFlowViewTests/ │ ├── HQCardFlowViewTests.m │ └── Info.plist ├── HQCardFlowViewUITests/ │ ├── HQCardFlowViewUITests.m │ └── Info.plist └── README.md