Skip to content

Commit

Permalink
fix/#59 :: 명시적 스토리보드 제한
Browse files Browse the repository at this point in the history
Co-authored-by: Youngkyu Song <[email protected]>
  • Loading branch information
hsw1920 and youn9k authored Nov 21, 2024
1 parent 4686457 commit 2d001e8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ final class EditPhotoGuestBottomView: UIView {
configureUI()
}

@available(*, unavailable)
required init?(coder: NSCoder) {
fatalError("init(coder:) has not been implemented")
}


private func addViews() {
addSubview(stackView)
Expand Down

0 comments on commit 2d001e8

Please sign in to comment.