gitextract_f2gnqyp2/ ├── MagicMove/ │ ├── AppDelegate.swift │ ├── Base.lproj/ │ │ ├── LaunchScreen.xib │ │ └── Main.storyboard │ ├── DetailViewController.swift │ ├── Images.xcassets/ │ │ ├── 001.imageset/ │ │ │ └── Contents.json │ │ ├── AppIcon.appiconset/ │ │ │ └── Contents.json │ │ └── avatar.imageset/ │ │ └── Contents.json │ ├── Info.plist │ ├── MMCollectionViewCell.swift │ ├── MagicMovePopTransion.swift │ ├── MagicMoveTransion.swift │ └── ViewController.swift ├── MagicMove.xcodeproj/ │ ├── project.pbxproj │ ├── project.xcworkspace/ │ │ ├── contents.xcworkspacedata │ │ ├── xcshareddata/ │ │ │ └── MagicMove.xccheckout │ │ └── xcuserdata/ │ │ └── BourneWeng.xcuserdatad/ │ │ └── UserInterfaceState.xcuserstate │ └── xcuserdata/ │ └── BourneWeng.xcuserdatad/ │ ├── xcdebugger/ │ │ └── Breakpoints_v2.xcbkptlist │ └── xcschemes/ │ ├── MagicMove.xcscheme │ └── xcschememanagement.plist ├── MagicMoveTests/ │ ├── Info.plist │ └── MagicMoveTests.swift └── README.md