//
//  ExpandedCellProtocol.swift
//  react-native-simple-grid
//
//  Created by Vittorio Cellucci on 2022-10-24.
//

import Foundation
protocol ExpandedCellProtocol: AnyObject {
  func onExpandedCell(cell: DataCell)
}
