update pr comments
This commit is contained in:
parent
d901ded4c1
commit
e98a0ce76b
@ -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()
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user