AssetImage

public struct AssetImage : Equatable

Important

This is a Public Preview API. It may be changed or removed at any time.
  • Declaration

    Swift

    public var image: UIImage? { get }
  • Declaration

    Swift

    public static func == (lhs: AssetImage, rhs: AssetImage) -> Bool