commit missed protocol

This commit is contained in:
Pfeil, Scott Robert 2019-10-29 12:18:20 -04:00
parent 77a11a69d5
commit 75ea4d60f0

View File

@ -8,7 +8,7 @@
import UIKit
@objcMembers open class TableViewCell: UITableViewCell {
@objcMembers open class TableViewCell: UITableViewCell, MVMCoreUIMoleculeViewProtocol, MoleculeListCellProtocol {
open var molecule: (UIView & MVMCoreUIMoleculeViewProtocol)?
open var json: [AnyHashable: Any]?