Some checks failed
openium/resgen.swift/pipeline/head There was a failure building this commit
32 lines
766 B
Swift
32 lines
766 B
Swift
// Generated by ResgenSwift.Images 2.2.0
|
|
// Images from sampleImages
|
|
|
|
import SwiftUI
|
|
|
|
extension ImageYolo {
|
|
|
|
public var article_notification_pull_detail: Image {
|
|
Image("article_notification_pull_detail", bundle: Bundle.main)
|
|
}
|
|
|
|
public var article_notification_pull: Image {
|
|
Image("article_notification_pull", bundle: Bundle.main)
|
|
}
|
|
|
|
public var new_article: Image {
|
|
Image("new_article", bundle: Bundle.main)
|
|
}
|
|
|
|
public var welcome_background: Image {
|
|
Image("welcome_background", bundle: Bundle.main)
|
|
}
|
|
|
|
public var article_trash: Image {
|
|
Image("article_trash", bundle: Bundle.main)
|
|
}
|
|
|
|
public var ic_close_article: Image {
|
|
Image("ic_close_article", bundle: Bundle.main)
|
|
}
|
|
}
|