Files
Woka_Native_iOS/WOKA/Cart/CartDataCache.swift

16 lines
237 B
Swift
Raw Normal View History

//
// CartDataCache.swift
// WOKA
//
// Created by MacBook Pro on 29/07/24.
//
import Foundation
class CartDataCache{
static var cartListData = [CartListingDM.ResultData]()
static var addressData = [AddressListDM]()
}