Merge branch 'feature/monarch' of https://gitlab.verizon.com/BPHV_MIPS/vds_ios into feature/monarch

This commit is contained in:
Scott Pfeil 2024-06-10 14:58:50 -04:00
commit b790b79572
4 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@
import Foundation
import UIKit
import VDSTokens
import VDSCoreTokens
///Table is view composed of rows and columns, which takes any view into each cell and resizes based on the highest cell height.
@objc(VDSTable)

View File

@ -7,7 +7,7 @@
import Foundation
import UIKit
import VDSTokens
import VDSCoreTokens
final class TableCellItem: UICollectionViewCell {

View File

@ -6,7 +6,7 @@
//
import UIKit
import VDSTokens
import VDSCoreTokens
protocol TableCollectionViewLayoutDataDelegate: AnyObject {
func collectionView(_ collectionView: UICollectionView, dataForItemAt indexPath: IndexPath) -> TableItemModel

View File

@ -7,7 +7,7 @@
import Foundation
import UIKit
import VDSTokens
import VDSCoreTokens
/// Model that represent the content of each cell of Table component
public struct TableItemModel {