수정 예정
├── Application
│ ├── Appdelegate
│ ├── SceneDelegate
├── Global
│ ├── Extension
│ ├── Literals
│ │ ├── Literal
│ │ ├── String
│ ├── Protocols
│ ├── Resources
│ │ ├── Font
│ │ ├── Assets
│ │ ├── Info.plist
│ ├── Supporting Files
│ │ ├── Base
├───├───├───── LaunchScreen
├── Network
│ ├── Common
│ ├── Entity
│ ├── Repository
├── Presentation
│ ├── Scene1
│ │ │ ├── View1
│ │ │ │ ├── ViewControllers
│ │ │ │ ├── Views
│ │ │ │ ├── ~~ViewModel~~
├───├───├───├───├── Cells