Skip to content

Commit

Permalink
feat/#176 소요시간 정보 뷰 구현
Browse files Browse the repository at this point in the history
  • Loading branch information
youz2me committed Jul 14, 2024
1 parent 74679af commit 9cda8af
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,5 @@
import UIKit

class ReadyStatusView: BaseView {
override init(frame: CGRect) {
super.init(frame: frame)
}

required init?(coder: NSCoder) {
fatalError("init(coder:) has not been implemented")
}
}

0 comments on commit 9cda8af

Please sign in to comment.