PCFProductInteractor
public class PCFProductInteractor: ProductInteractor
Default PCF product interactor.
-
Default PCF product interactor.
Declaration
Swift
public let dataManager: DataManagerType -
Default PCF product interactor.
Declaration
Swift
public var product: ProductType? -
Creates a PCFProductInteractor with the given data manager.
Parameter
Parameter dataManager: The data manager used for network communication.Declaration
Swift
public init(dataManager: DataManagerType)Parameters
dataManagerThe data manager used for network communication.
PCFProductInteractor Class Reference