// // TableCellModel.swift // VDS // // Created by Nadigadda, Sumanth on 02/05/24. // import Foundation public protocol TableCellModel { }