We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 054f509 commit 075d91dCopy full SHA for 075d91d
Sources/YCoreUI/Protocols/ImageAsset.swift
@@ -31,4 +31,9 @@ public protocol ImageAsset {
31
}
32
33
extension ImageAsset {
34
+ /// The bundle containing the image assets (default is `.main`)
35
+ public static var bundle: Bundle { .main }
36
+
37
+ /// Optional namespace for the image assets (default is `nil`)
38
+ public static var namespace: String? { nil }
39
0 commit comments