Renaming file.
This commit is contained in:
parent
b88d76da41
commit
35d3a7cdf7
@ -1,24 +0,0 @@
|
||||
//
|
||||
// TableCellModel.swift
|
||||
// VDS
|
||||
//
|
||||
// Created by Nadigadda, Sumanth on 02/05/24.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
import UIKit
|
||||
import VDSTokens
|
||||
|
||||
/// Model that represent the content of each cell of Table component
|
||||
public struct TableItemModel {
|
||||
|
||||
public var bottomLine: Line.Style?
|
||||
|
||||
/// Component to be show in the Table cell
|
||||
public var component: UIView
|
||||
|
||||
public init(bottomLine: Line.Style? = nil, component: UIView) {
|
||||
self.bottomLine = bottomLine
|
||||
self.component = component
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user