김유진 | 김서진 | 이현우 | 이애라 | 최영군 |
.
├── NBCamp
│ ├── Application
│ │ ├── AppDelegate.swift
│ │ └── SceneDelegate.swift
│ ├── Info.plist
│ ├── Model
│ │ ├── Mock.swift
│ │ ├── Post.swift
│ │ └── User.swift
│ ├── Presentation
│ │ ├── Community
│ │ │ ├── Storyboard
│ │ │ │ └── Community.storyboard
│ │ │ └── ViewController
│ │ │ └── CommunityViewController.swift
│ │ ├── Detail
│ │ │ ├── Storyboard
│ │ │ │ └── Detail.storyboard
│ │ │ └── ViewController
│ │ │ └── DetailViewController.swift
│ │ ├── Edit
│ │ │ ├── Storyboard
│ │ │ │ └── Edit.storyboard
│ │ │ └── ViewController
│ │ │ └── EditViewController.swift
│ │ ├── History
│ │ │ ├── Storyboard
│ │ │ │ └── History.storyboard
│ │ │ └── ViewController
│ │ │ └── HistoryViewController.swift
│ │ ├── Home
│ │ │ ├── Storyboard
│ │ │ │ └── Home.storyboard
│ │ │ └── ViewController
│ │ │ └── HomeViewController.swift
│ │ ├── Main
│ │ │ └── Storyboard
│ │ │ └── Main.storyboard
│ │ ├── Profile
│ │ │ ├── Storyboard
│ │ │ │ └── Profile.storyboard
│ │ │ └── ViewController
│ │ │ └── ProfileViewController.swift
│ │ └── Write
│ │ ├── Storyboard
│ │ │ └── Write.storyboard
│ │ └── ViewController
│ │ └── WriteViewController.swift
│ ├── Resource
│ │ ├── Assets.xcassets
│ │ │ ├── AppIcon.appiconset
│ │ │ ├── Contents.json
│ │ │ ├── Image
│ │ │ └── Palette
│ │ ├── Font
│ │ ├── Icon
│ │ ├── Image
│ │ └── LaunchScreen.storyboard
│ └── Utility
│ ├── ColorManager.swift
│ ├── DateTimeFormatter.swift
│ └── ExternalManager.swift