11 lines
144 B
Swift
11 lines
144 B
Swift
//
|
|
// TableCellModel.swift
|
|
// VDS
|
|
//
|
|
// Created by Nadigadda, Sumanth on 02/05/24.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
public protocol TableCellModel { }
|