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