ImageResource
extension DeveloperToolsSupport.ImageResource
-
The “FileIcon” asset catalog image resource.
Declaration
Swift
static let fileIcon = DeveloperToolsSupport.ImageResource(name: "FileIcon", bundle: resourceBundle)
-
The “LaunchIcon” asset catalog image resource.
Declaration
Swift
static let launchIcon = DeveloperToolsSupport.ImageResource(name: "LaunchIcon", bundle: resourceBundle)
-
Undocumented
Declaration
Swift
private init?(thinnableName: Swift.String, bundle: Foundation.Bundle)