Skip to content

Foldering

Hyungyu Kim edited this page Aug 8, 2021 · 5 revisions

Foldering Structure

├── Info.plist
├── Resource
│   ├── Assets
│       └── Assets.xcassets
│   ├── Constants
│   ├── Extensions
│   ├── Fonts
│   └── Storyboards
├── Source
│   ├── AppDelegate
│   ├── SceneDelegate
│   ├── Cells
│   ├── Classes
│   ├── Models
│   ├── Network
│   ├── Protocols
│   ├── ViewControllers
│   └── Views
└── 
Clone this wiki locally