Files
resgen.swift/SampleFiles/Images/Generated/UIImageYolo+GenAllScript.swift
Thibaut Schmitt 7162f13166
Some checks failed
gitea-openium/resgen.swift/pipeline/head There was a failure building this commit
Add visibility parameters to control scope of generated extension
2025-07-18 11:53:46 +02:00

32 lines
712 B
Swift

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