All checks were successful
gitea-openium/resgen.swift/pipeline/head This commit looks good
Reviewed-on: #16
32 lines
598 B
Swift
32 lines
598 B
Swift
// Generated by ResgenSwift.Images 2.1.0
|
|
// 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")
|
|
}
|
|
}
|