Skip to content

Commit

Permalink
[#7] add sound instruction asset const
Browse files Browse the repository at this point in the history
  • Loading branch information
meenyweeny committed Jul 15, 2022
1 parent 548e01f commit fb09868
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Deartoday/Deartoday/Global/Constant/Image.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ extension Constant {
static let icBack = UIImage(named: "icBack")!
static let icClose = UIImage(named: "icClose")!

// MARK: - ์Šคํ”Œ๋ž˜์‹œ
///image
static let soundon = UIImage(named: "soundon")!

// MARK: - ๋กœ๊ทธ์ธ
///image
static let logo = UIImage(named: "logo")!
Expand Down

0 comments on commit fb09868

Please sign in to comment.