gitextract_lxk37ing/ ├── .gitignore ├── Cartfile ├── Cartfile.resolved ├── Crashlytics.framework/ │ ├── Crashlytics │ ├── Headers/ │ │ ├── Answers.h │ │ ├── CLSLogging.h │ │ ├── CLSReport.h │ │ ├── CLSStackFrame.h │ │ └── Crashlytics.h │ ├── Info.plist │ ├── Modules/ │ │ └── module.modulemap │ ├── run │ └── submit ├── Fabric.framework/ │ ├── Fabric │ ├── Headers/ │ │ ├── FABAttributes.h │ │ └── Fabric.h │ ├── Info.plist │ ├── Modules/ │ │ └── module.modulemap │ └── run ├── LICENSE ├── README.md ├── beauties/ │ ├── AboutViewController.swift │ ├── AppDelegate.swift │ ├── Base.lproj/ │ │ ├── LaunchScreen.xib │ │ └── Main.storyboard │ ├── BeautyCollectionViewCell.swift │ ├── BeautyCollectionViewFooter.swift │ ├── BeautyImageEntity.swift │ ├── BlurView.swift │ ├── HistoryViewController.swift │ ├── Images.xcassets/ │ │ └── AppIcon.appiconset/ │ │ └── Contents.json │ ├── Info.plist │ ├── MoreViewController.swift │ ├── TodayViewController.swift │ └── Utils.swift ├── beautiesTests/ │ ├── Info.plist │ └── beautiesTests.swift └── beauty.xcodeproj/ ├── project.pbxproj └── project.xcworkspace/ └── contents.xcworkspacedata