Skip to content

Commit

Permalink
➕[ADD] #146 - Asset 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
jumining committed Jan 19, 2023
1 parent ca40ccc commit 9ccbc42
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"images" : [
{
"filename" : "btnScrapActive.png",
"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.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ internal enum Asset {
internal static let btnMore = ImageAsset(name: "btnMore")
internal static let btnOpen = ImageAsset(name: "btnOpen")
internal static let btnScrap = ImageAsset(name: "btnScrap")
internal static let btnScrapActive = ImageAsset(name: "btnScrapActive")
internal static let btnlogin = ImageAsset(name: "btnlogin")
internal static let goRightIcon = ImageAsset(name: "goRightIcon")
internal static let icnAddPhotoBig = ImageAsset(name: "icnAddPhotoBig")
Expand Down

0 comments on commit 9ccbc42

Please sign in to comment.