mvm_core_ui/MVMCoreUI/OtherHandlers/ModelMoleculeDelegateProtocol.swift
Suresh, Kamlesh 1db2a5b058 fixes
2019-12-18 12:06:13 -05:00

15 lines
480 B
Swift

//
// MoleculeDelegateProtocol.swift
// MVMCoreUI
//
// Created by Suresh, Kamlesh on 11/26/19.
// Copyright © 2019 Verizon Wireless. All rights reserved.
//
import Foundation
public protocol ModelMoleculeDelegateProtocol {
func addMolecules(_ molecules: [ListItemModelProtocol], sender: UITableViewCell, animation: UITableView.RowAnimation)
func removeMolecules(_ molecules: [ListItemModelProtocol], sender: UITableViewCell, animation: UITableView.RowAnimation)
}