gitextract_kkjhkyrp/ ├── .gitignore ├── CardsAnimationDemo/ │ ├── AppDelegate.swift │ ├── Assets.xcassets/ │ │ ├── 0.imageset/ │ │ │ └── Contents.json │ │ ├── 1.imageset/ │ │ │ └── Contents.json │ │ ├── 10.imageset/ │ │ │ └── Contents.json │ │ ├── 2.imageset/ │ │ │ └── Contents.json │ │ ├── 3.imageset/ │ │ │ └── Contents.json │ │ ├── 4.imageset/ │ │ │ └── Contents.json │ │ ├── 5.imageset/ │ │ │ └── Contents.json │ │ ├── 6.imageset/ │ │ │ └── Contents.json │ │ ├── 7.imageset/ │ │ │ └── Contents.json │ │ ├── 8.imageset/ │ │ │ └── Contents.json │ │ ├── 9.imageset/ │ │ │ └── Contents.json │ │ ├── AppIcon.appiconset/ │ │ │ └── Contents.json │ │ └── Contents.json │ ├── Base.lproj/ │ │ ├── LaunchScreen.storyboard │ │ └── Main.storyboard │ ├── CardsCollectionViewCell.swift │ ├── CardsCollectionViewLayout.swift │ ├── Info.plist │ └── ViewController.swift ├── CardsAnimationDemo.xcodeproj/ │ ├── project.pbxproj │ └── project.xcworkspace/ │ └── contents.xcworkspacedata ├── LICENSE └── README.md