Skip to content

Commit

Permalink
🔧 주석 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
chopmozzi committed Dec 7, 2023
1 parent 7f165e1 commit 5bc6e03
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions iOS/Layover/Layover/Scenes/Playback/PlaybackView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,12 @@ final class PlaybackView: UIView {
override init(frame: CGRect) {
super.init(frame: frame)
setUI()
// addDescriptionAnimateGesture()
setPlayerView()
}

required init?(coder: NSCoder) {
super.init(coder: coder)
setUI()
// addDescriptionAnimateGesture()
setPlayerView()
}

Expand Down

0 comments on commit 5bc6e03

Please sign in to comment.