Skip to content

Commit c8ccf3f

Browse files
committed
Chore: Public
1 parent 01fd0ed commit c8ccf3f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Sources/SCToolTip/SCToolTip.swift

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import SwiftUI
22

33
@available(iOS 15.0, *)
44
extension SCToolTipView {
5-
enum SCToolTipArrowAlignment {
5+
public enum SCToolTipArrowAlignment {
66
case TopLeft
77
case TopCenter
88
case TopRight
@@ -29,15 +29,15 @@ extension SCToolTipView {
2929
}
3030

3131
@available(iOS 15.0, *)
32-
struct SCToolTipView: View {
32+
public struct SCToolTipView: View {
3333

3434
var description: String
3535
var arrowAlignment: SCToolTipArrowAlignment = .BottomCenter
3636
var showCancelButton: Bool = true
3737

3838
var onTapGesture: (() -> ())
3939

40-
var body: some View {
40+
public var body: some View {
4141

4242
ZStack {
4343

0 commit comments

Comments
 (0)