Files
resgen.swift/SampleFiles/Images/Generated/UIImageYolo+GenAllScript.swift
Thibaut Schmitt 5ad219ae89
All checks were successful
gitea-openium/resgen.swift/pipeline/head This commit looks good
feat(RES-57): Add visibility to control scope of generated code (#18)
Add visibility parameter: public, package, internal, private
Impacted command: analytics, colors, fonts, images, strings, tags

Reviewed-on: #18
2025-07-21 16:56:05 +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")!
}
}