update pr comments

This commit is contained in:
Pfeil, Scott Robert 2019-10-29 15:23:44 -04:00
parent d901ded4c1
commit e98a0ce76b

View File

@ -8,7 +8,7 @@
import UIKit
open class View: UIView {
@objcMembers open class View: UIView {
open var json: [AnyHashable: Any]?
private var initialSetupPerformed = false
@ -18,7 +18,7 @@ open class View: UIView {
initialSetup()
}
init() {
public init() {
super.init(frame: .zero)
initialSetup()
}