Skip to content

Commit

Permalink
Add [#24] 홈 테이블 뷰 광고 이미지 에셋 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
ckkim817 committed May 20, 2023
1 parent 8930177 commit 90550fd
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 0 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ public enum Image {
public static let homeMenuIcon = UIImage(named: "home_ic_menu")
public static let homeBellIcon = UIImage(named: "home_ic_bell")
public static let homeDownIcon = UIImage(named: "home_ic_down")
public static let homeAdvertisingImage = UIImage(named: "home_img_advertising")

// MARK: - Sale

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"images" : [
{
"filename" : "[email protected]",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "[email protected]",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "[email protected]",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 90550fd

Please sign in to comment.