├── .gitignore ├── Find 2.png ├── Find.png ├── Image ├── Find.png └── ProgressGif.png ├── sketch.sketch ├── Artboard Copy 2.png └── iPhone 11 Pro Max.png /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store -------------------------------------------------------------------------------- /Find 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aheze/Assets/HEAD/Find 2.png -------------------------------------------------------------------------------- /Find.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aheze/Assets/HEAD/Find.png -------------------------------------------------------------------------------- /Image/Find.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aheze/Assets/HEAD/Image/Find.png -------------------------------------------------------------------------------- /sketch.sketch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aheze/Assets/HEAD/sketch.sketch -------------------------------------------------------------------------------- /Artboard Copy 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aheze/Assets/HEAD/Artboard Copy 2.png -------------------------------------------------------------------------------- /Image/ProgressGif.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aheze/Assets/HEAD/Image/ProgressGif.png -------------------------------------------------------------------------------- /iPhone 11 Pro Max.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aheze/Assets/HEAD/iPhone 11 Pro Max.png --------------------------------------------------------------------------------