lnd-demo-app/wallet/Utils/Icons.swift

17 lines
309 B
Swift
Raw Normal View History

2023-06-08 06:36:06 +00:00
//
// Icons.swift
// wallet
//
// Created by Jason on 8/27/20.
// Copyright © 2020 Jason. All rights reserved.
//
import UIKit
extension UIImage {
public static let back = #imageLiteral(resourceName: "ic_back")
public static let delete = #imageLiteral(resourceName: "ic_backspace")
}