mirror of
https://github.com/ilyakooo0/huekit.git
synced 2024-11-25 06:34:32 +03:00
Mark more properties as open.
This commit is contained in:
parent
cb05d1f8ca
commit
382b0221c1
@ -62,7 +62,7 @@ open class ColorBarPicker: UIControl {
|
||||
}
|
||||
}
|
||||
|
||||
private lazy var colorBarView: ColorBarView = {
|
||||
open lazy var colorBarView: ColorBarView = {
|
||||
return ColorBarView()
|
||||
}()
|
||||
|
||||
|
@ -22,7 +22,7 @@ open class ColorSquarePicker: UIControl {
|
||||
return ColorSquareView()
|
||||
}()
|
||||
|
||||
private lazy var indicator: ColorIndicatorView = {
|
||||
open lazy var indicator: ColorIndicatorView = {
|
||||
|
||||
let size = CGSize(width: self.indicatorSizeInactive, height: self.indicatorSizeInactive)
|
||||
let indicatorRect = CGRect(origin: .zero, size: size)
|
||||
|
Loading…
Reference in New Issue
Block a user