Skip to content

Commit 2969ef4

Browse files
committed
Make formmater public
1 parent 5574490 commit 2969ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MagicTimer/Classes/MagicTimerView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ open class MagicTimerView: UIView {
1515
/// Timer broker that bridge between timer logic and view.
1616
private var broker: MagicTimer = .init()
1717
/// Formatter that format time interval to string.
18-
private var formatter: MGFormatter = MGStandardTimerFormatter()
18+
public var formatter: MGTimeFormatter = MGStandardTimerFormatter()
1919
/// Elappsed time of timer.
2020
private(set) var elapsedTime: TimeInterval?
2121

0 commit comments

Comments
 (0)