Skip to content
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.

Commit

Permalink
Make BarData initializer public
Browse files Browse the repository at this point in the history
  • Loading branch information
hadiidbouk committed Jan 23, 2018
1 parent a43b12a commit 74b9003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ChartProgressBar-ios/Classes/BarData.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public struct BarData {
public let barValue: Float
public let pinText: String

init(barTitle title: String,
public init(barTitle title: String,
barValue value: Float,
pinText textPin: String) {

Expand Down

0 comments on commit 74b9003

Please sign in to comment.