forked from codesquad-members-2023/issue-tracker
-
Notifications
You must be signed in to change notification settings - Fork 5
iOS Folder Structure
SeungHyun-Hong edited this page May 10, 2023
·
1 revision
Issue-Tracker-04
|
└── Issue-Tracker-04
|── Global
│ │── Literal
│ │── Util
│ └── Extension
│
|── Application
│ │── AppDelegate
│ └── SceneDelegate
│
|── Resource
│ │── Info.plist
│ └── Assets.xcassets
│
|── Network
│
|── Data
│ │── DataMapping
│ └── Repository
│
|── Domain
│ └── UseCase
│ │── Issue
│ │ └── Entity
│ │── Label
│ │ └── Entity
│ └── Milestone
│ └── Entity
└── Presentation
│── Launch
│ └── View
│
│── Issue
│ │── ViewModel
│ │── View
│ └── ViewController
│── Label
│ │── ViewModel
│ │── View
│ └── ViewController
└── Milestone
│── ViewModel
│── View
└── ViewController
@copyright issue-tracker 04