UserImage
struct UserImage
UserImage model
-
Image text
Declaration
Swift
var text: String? -
Image name
Declaration
Swift
var name: String? -
Image url
Declaration
Swift
var imageURL: String? -
image ID
Declaration
Swift
var id: String? -
Empty init
Declaration
Swift
init()
-
UserImage Equatable
Declaration
Swift
static func == (lhs: UserImage, rhs: UserImage) -> Bool
-
UserImage Hashable
Declaration
Swift
var hashValue: Int { get }
View on GitHub
UserImage Structure Reference