Some refactoring

This commit is contained in:
DashaGitHub 2019-03-11 16:10:21 +03:00
parent f893371f73
commit 810fcbefea
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ import UIKit
/// Label tap closure
@objc public var didTouchLabel: ((Double) -> Void)?
/// Value reached the minimum
/// Block is called when the minimum is exceeded
@objc public var minimumExceeded: (() -> Void)?
/// Text color of the middle label. Defaults to white.