resgen.swift/SampleFiles/Images/Generated/UIImageYolo+GenAllScript.swift
Thibaut Schmitt c8950c45ac
Some checks are pending
gitea-openium/resgen.swift/pipeline/head This commit looks good
gitea-openium/resgen.swift/pipeline/pr-master Build queued...
Fix du warning magick convert
2025-05-05 10:28:40 +02:00

32 lines
670 B
Swift

// Generated by ResgenSwift.Images 2.1.0
// Images from sampleImages
import UIKit
extension UIImageYolo {
var article_notification_pull_detail: UIImage {
UIImage(named: "article_notification_pull_detail")!
}
var article_notification_pull: UIImage {
UIImage(named: "article_notification_pull")!
}
var new_article: UIImage {
UIImage(named: "new_article")!
}
var welcome_background: UIImage {
UIImage(named: "welcome_background")!
}
var article_trash: UIImage {
UIImage(named: "article_trash")!
}
var ic_close_article: UIImage {
UIImage(named: "ic_close_article")!
}
}