Génération de composant SwiftUI: Color et Image

This commit is contained in:
2022-10-31 16:21:12 +01:00
parent 6203700b0c
commit 0797667b25
27 changed files with 192 additions and 750 deletions

View File

@ -1,32 +1,31 @@
// Generated by ResgenSwift.Imagium 1.0.0
// Generated by ResgenSwift.Images 1.0
// Images from sampleImages
import UIKit
extension UIImage {
static var article_notification_pull_detail: UIImage {
var article_notification_pull_detail: UIImage {
UIImage(named: "article_notification_pull_detail")!
}
static var article_notification_pull: UIImage {
var article_notification_pull: UIImage {
UIImage(named: "article_notification_pull")!
}
static var new_article: UIImage {
var new_article: UIImage {
UIImage(named: "new_article")!
}
static var welcome_background: UIImage {
var welcome_background: UIImage {
UIImage(named: "welcome_background")!
}
static var article_trash: UIImage {
var article_trash: UIImage {
UIImage(named: "article_trash")!
}
static var ic_close_article: UIImage {
var ic_close_article: UIImage {
UIImage(named: "ic_close_article")!
}
}