Skip to content

Commit

Permalink
generate back image
Browse files Browse the repository at this point in the history
  • Loading branch information
MarwaEbrahem committed Aug 22, 2022
1 parent 0083737 commit 9577ef3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions UIDokan/Sources/UIDokan/Generated/UIImage.Generated.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ extension UIImage {
UIImage(named: "bell")!
}

static var left: UIImage {
UIImage(named: "left")!
}

static var redo: UIImage {
UIImage(named: "redo")!
}
Expand Down

0 comments on commit 9577ef3

Please sign in to comment.