MVVM
├── 📁 Application
│ ├── Appdelegate
│ ├── SceneDelegate
│ ├── LaunchScreen
├── 📁 Global
│ ├── 🗂️ UserDefault
│ ├── 🗂️ Protocols
│ ├── 🗂️ Extensions
│ ├── 🗂️ Literals
│ │ ├── String
│ ├── 🗂️ UIComponents
│ ├── 🗂️ Resources
│ │ ├── Font
│ │ ├── Assets
│ ├── 🗂️ Settings
│ │ ├── Info.plist
│ │ ├── Configurations
│ │ │ ├── Development
│ │ │ ├── Config
├── 📁 Network
│ ├── 🗂️ View1
│ │ ├── View1API
│ │ ├── View1Service
│ ├── 🗂️ Base
├── 📁 Presentation
│ ├── 🗂️ View1
│ │ ├── 🗂️ Model
│ │ ├── 🗂️ View
│ │ │ ├── 🗂️ Cell
│ │ ├── 🗂️ ViewModel