Skip to content

Commit 1d90c6f

Browse files
authored
ios, session replay: make ReplayIdentifiable protocol public (#115)
1 parent 0fc4f3f commit 1d90c6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/swift/source/replay/ReplayIdentifiable.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import UIKit
2222
/// func identify(frame: inout CGRect) -> (type: ViewType, recurse: Bool)? { return (.label, false) }
2323
/// }
2424
/// ```
25-
protocol ReplayIdentifiable where Self: UIView {
25+
public protocol ReplayIdentifiable where Self: UIView {
2626
/// A function that returns the desired type for the receiver. This method can optionally re-defined
2727
/// the final frame. This is useful when the visual content does not match the receiver frame.
2828
/// For example, an ImageView with an image that is centered can set the frame for the image itself

0 commit comments

Comments
 (0)