Skip to content

Commit

Permalink
[style] #54 loginviewcontroller 파일 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
jinwoong16 committed Nov 28, 2022
1 parent 156318f commit 9b1cd82
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
//
// LoginViewController.swift
// DailyQuest
//
// Created by jinwoong Kim on 2022/11/28.
//

import UIKit

final class LoginViewController: UIViewController {

override func viewDidLoad() {
super.viewDidLoad()

view.backgroundColor = .systemCyan
}
}

0 comments on commit 9b1cd82

Please sign in to comment.