*Model
: 데이터 모델**APIModel
: API 관련 요청, 응답 모델*URLs**
Foldering
├── Application
│ ├── AppDelegate.swift
│ ├── Base.lproj
│ ├── Info.plist
│ ├── SceneDelegate.swift
│ └── ViewController.swift
├── Data
│ └── Dto.swift
├── Global
│ ├── Extension
│ ├── Literals
│ └── Resource
├── Network
│ ├── Base
│ └── Network.swift
└── Presentation
├── TabBar
├── ViewControllers
└── Views