We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f0bfb7 commit f007061Copy full SHA for f007061
platform/swift/source/replay/Replay.swift
@@ -13,7 +13,7 @@ private let kIgnoredWindows = Set(["UIRemoteKeyboardWindow"])
13
14
/// Main replay logic. This class can traverse UIWindow(s) as well as serialize view informations into a
15
/// byte array.
16
-final class Replay {
+package final class Replay {
17
/// The last known rendering time, expressed in seconds.
18
private(set) var renderTime: CFAbsoluteTime = 0
19
0 commit comments