protocol _ImageLiteralConvertible Conforming types can be initialized with image literals (e.g. [#Image(imageLiteral: "hi.png")#]). Import import Swift Initializers init(imageLiteral:) Required Declaration init(imageLiteral: String)
Conforming types can be initialized with image literals (e.g.
[#Image(imageLiteral: "hi.png")#]
).