Item
class Item : Hashable
-
Declaration
Swift
public var image: UIImage!
-
Declaration
Swift
public let url: URL!
-
Declaration
Swift
public func hash(into hasher: inout Hasher)
-
Declaration
Swift
public static func == (lhs: Item, rhs: Item) -> Bool
-
Declaration
Swift
public convenience init?(image: UIImage, urlString: String)