We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fc4f3f commit 1d90c6fCopy full SHA for 1d90c6f
platform/swift/source/replay/ReplayIdentifiable.swift
@@ -22,7 +22,7 @@ import UIKit
22
/// func identify(frame: inout CGRect) -> (type: ViewType, recurse: Bool)? { return (.label, false) }
23
/// }
24
/// ```
25
-protocol ReplayIdentifiable where Self: UIView {
+public protocol ReplayIdentifiable where Self: UIView {
26
/// A function that returns the desired type for the receiver. This method can optionally re-defined
27
/// the final frame. This is useful when the visual content does not match the receiver frame.
28
/// For example, an ImageView with an image that is centered can set the frame for the image itself
0 commit comments