Merge branch 'feature/make_molecules_info_public' into 'develop'

Making moleculesInfo public for providing flexibility in sub classes.

See merge request BPHV_MIPS/mvm_core_ui!170
This commit is contained in:
Suresh, Kamlesh Jain 2019-11-11 08:20:44 -05:00
commit 51beb7e3e2

View File

@ -9,7 +9,7 @@
import UIKit
open class MoleculeListTemplate: ThreeLayerTableViewController {
var moleculesInfo: [(identifier: String, class: AnyClass, molecule: [AnyHashable: Any])]?
public var moleculesInfo: [(identifier: String, class: AnyClass, molecule: [AnyHashable: Any])]?
var observer: NSKeyValueObservation?
open override var loadObject: MVMCoreLoadObject? {