Skip to content

Commit

Permalink
chore: delete unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
yuncheol-AHN committed Dec 4, 2024
1 parent 3ee5c61 commit 74d5165
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,6 @@ final class MHAudioPlayerView: UIView {
}()
private let playImage = UIImage(systemName: "play.fill")
private let pauseImage = UIImage(systemName: "pause.fill")
private let audioStateImageView: UIImageView = {
let imageView = UIImageView()
imageView.image = UIImage(named: "audio_play")

return imageView
}()
private let audioPlayTimeLabel: UILabel = {
let label = UILabel()
label.text = "00:00"
Expand Down

0 comments on commit 74d5165

Please sign in to comment.