vds_ios/VDS/Components/Table/TableCellModel.swift
2024-05-02 18:47:30 +05:30

11 lines
144 B
Swift

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