File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
WooCommerce/Classes/ViewRelated/ReusableViews Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ final class SettingTitleAndValueTableViewCell: UITableViewCell {
77
88 override func awakeFromNib( ) {
99 super. awakeFromNib ( )
10- configureBackground ( )
11- configureLabels ( )
10+ applyDefaultBackgroundStyle ( )
11+ applyDefaultLabelsStyle ( )
1212 }
1313}
1414
@@ -23,12 +23,8 @@ extension SettingTitleAndValueTableViewCell {
2323
2424// MARK: Configurations
2525//
26- private extension SettingTitleAndValueTableViewCell {
27- func configureBackground( ) {
28- applyDefaultBackgroundStyle ( )
29- }
30-
31- func configureLabels( ) {
26+ extension SettingTitleAndValueTableViewCell {
27+ func applyDefaultLabelsStyle( ) {
3228 titleLabel. applyBodyStyle ( )
3329 titleLabel. textColor = . text
3430
You can’t perform that action at this time.
0 commit comments