├── App
│ ├── AppDelegate
│ ├── SceneDelegate
├── Global
│ ├── Protocol
│ ├── Extension
│ ├── Literal
│ │ ├── Literal
│ │ ├── Strings
│ ├── Resources
│ │ ├── Fonts
│ │ ├── Assets
│ ├── Supports
│ │ ├── Base
├── Data
│ ├── Network
│ │ ├── NetworkManager
│ │ ├── EndPoints
│ │ ├── Keys
│ ├── Repository
│ ├── Model
├── Presentations
│ ├── Scene
│ │ │ ├── ViewController
│ │ │ ├── View
│ │ │ ├── ViewModel
├───├───├───├── Cells
├── Utils
├───├── Fonts