comment out for now.
This commit is contained in:
parent
da1f5a5703
commit
edb2118538
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user