Skip to content

Commit f007061

Browse files
authored
ios: fix compilation of replay example app (#111)
1 parent 4f0bfb7 commit f007061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/swift/source/replay/Replay.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ private let kIgnoredWindows = Set(["UIRemoteKeyboardWindow"])
1313

1414
/// Main replay logic. This class can traverse UIWindow(s) as well as serialize view informations into a
1515
/// byte array.
16-
final class Replay {
16+
package final class Replay {
1717
/// The last known rendering time, expressed in seconds.
1818
private(set) var renderTime: CFAbsoluteTime = 0
1919

0 commit comments

Comments
 (0)