Skip to content

Commit

Permalink
Make View public
Browse files Browse the repository at this point in the history
  • Loading branch information
ilamanov committed Apr 25, 2021
1 parent 6e68107 commit cf9c15d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SwiftPieChart/PieChartView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import SwiftUI

@available(OSX 10.15, *)
struct PieChartView: View {
public struct PieChartView: View {
let values: [Double]
let names: [String]
let formatter: (Double) -> String
Expand Down

0 comments on commit cf9c15d

Please sign in to comment.