Skip to content

Commit 5d4da5d

Browse files
committed
Fixed typo.
1 parent bf30b41 commit 5d4da5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Pod/Classes/BetterSegmentedControl.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import UIKit
1010
// MARK: - BetterSegmentedControl
1111
@IBDesignable open class BetterSegmentedControl: UIControl {
1212
// MARK: IndicatorView
13-
private class IndicatorView: UIView {
13+
fileprivate class IndicatorView: UIView {
1414
// MARK: Properties
1515
fileprivate let titleMaskView = UIView()
1616
fileprivate var cornerRadius: CGFloat = 0 {

0 commit comments

Comments
 (0)