Skip to content

Commit

Permalink
fix: remove private(set)
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekTree0101 committed May 13, 2024
1 parent a321670 commit 4e42b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SushiBelt/SushiBeltTrackerItem.swift
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public struct SushiBeltTrackerItem {
return self.isTracked ? .tracked : .tracking
}

public private(set) var rect: SushiBeltTrackerItemRect
public var rect: SushiBeltTrackerItemRect
public private(set) var timestamp: Date
var isTracked: Bool = false
var currentVisibleRatio: CGFloat = 0.0
Expand Down

0 comments on commit 4e42b79

Please sign in to comment.