resgen.swift/SampleFiles/Images/Generated/UIImage+GenAllScript.swift
Thibaut Schmitt 1e073af5df
Some checks failed
gitea-openium/resgen.swift/pipeline/head There was a failure building this commit
Fix architecture generation and add enum key of each string in R2String
2023-05-12 11:33:36 +02:00

32 lines
664 B
Swift

// Generated by ResgenSwift.Images 1.2
// Images from sampleImages
import UIKit
extension UIImage {
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")!
}
}