FakespotFeed
public struct FakespotFeed
extension FakespotFeed: Equatable, Hashable
-
Declaration
Swift
public var products: [FakespotProduct]
-
Declaration
Swift
public var defaultCategoryName: String
-
Declaration
Swift
public var headerCopy: String
-
Declaration
Swift
public var footerCopy: String
-
Declaration
Swift
public var cta: FakespotCta
-
Declaration
Swift
public init(products: [FakespotProduct], defaultCategoryName: String, headerCopy: String, footerCopy: String, cta: FakespotCta)
-
Declaration
Swift
public static func == (lhs: FakespotFeed, rhs: FakespotFeed) -> Bool
-
Declaration
Swift
public func hash(into hasher: inout Hasher)