Skip to content

Commit c600e7f

Browse files
committed
Public properties
1 parent 06a7095 commit c600e7f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Sources/Fretboard/FretView.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
import SwiftUI
99

1010
public struct FretView: View {
11-
let fingers: [Int]
12-
let strings: [Int]
13-
let barres: [Int]
11+
public let fingers: [Int]
12+
public let strings: [Int]
13+
public let barres: [Int]
1414

1515
public var body: some View {
1616
GeometryReader { proxy in

0 commit comments

Comments
 (0)