Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarm committed Dec 18, 2016
1 parent bf30b41 commit 5d4da5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pod/Classes/BetterSegmentedControl.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import UIKit
// MARK: - BetterSegmentedControl
@IBDesignable open class BetterSegmentedControl: UIControl {
// MARK: IndicatorView
private class IndicatorView: UIView {
fileprivate class IndicatorView: UIView {
// MARK: Properties
fileprivate let titleMaskView = UIView()
fileprivate var cornerRadius: CGFloat = 0 {
Expand Down

0 comments on commit 5d4da5d

Please sign in to comment.