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