comment out for now.

This commit is contained in:
Christiano, Kevin 2019-04-16 09:14:39 -04:00
parent da1f5a5703
commit edb2118538

View File

@ -310,7 +310,7 @@ import MVMCore
@objc public func setWithJSON(_ json: [AnyHashable: Any]?, delegate: NSObject?, additionalData: [AnyHashable: Any]?) {
Label.setUILabel(self, withJSON: json, delegate: delegate, additionalData: additionalData)
guard let dictionary = json else { return }
// guard let dictionary = json else { return }
/*
if let numberOfLinesCount = dictionary["numberOfLines"] as? Int {