Handle live location sharing viewer screen.

This commit is contained in:
SBiOSoftWhare
2022-04-05 18:36:41 +02:00
parent 9798cae6fa
commit b15cf58e69
9 changed files with 603 additions and 0 deletions
@@ -20,6 +20,7 @@ import Foundation
@available(iOS 14.0, *)
enum MockAppScreens {
static let appScreens: [MockScreenState.Type] = [
MockLiveLocationSharingViewerScreenState.self,
MockOnboardingCelebrationScreenState.self,
MockOnboardingAvatarScreenState.self,
MockOnboardingDisplayNameScreenState.self,