refactor: remove comments

This commit is contained in:
Nikita Semenov 2022-08-11 00:47:54 +03:00
parent 60d1fd2044
commit 95651b2b58
1 changed files with 0 additions and 4 deletions

View File

@ -24,14 +24,10 @@ import UIKit
open class BaseFilterCellAppearance {
/// The color of the border in selected state
public var selectedBorderColor: UIColor
/// The color of the border in normal state
public var normalBorderColor: UIColor
/// The color of the background in the selected state
public var selectedBgColor: UIColor
/// The color of the background in the normal state
public var normalBgColor: UIColor
public var selectedFontColor: UIColor