| Index: ios/showcase/core/showcase_model.mm
|
| diff --git a/ios/showcase/core/showcase_model.mm b/ios/showcase/core/showcase_model.mm
|
| index a4ddad547ec279a2d06ae3c86d769f287c181345..06276af26d7c3b0884d6b0f3cb028bd98091d080 100644
|
| --- a/ios/showcase/core/showcase_model.mm
|
| +++ b/ios/showcase/core/showcase_model.mm
|
| @@ -37,6 +37,11 @@
|
| showcase::kUseCaseKey : @"Payment request picker view",
|
| },
|
| @{
|
| + showcase::kClassForDisplayKey : @"PaymentRequestSelectorViewController",
|
| + showcase::kClassForInstantiationKey : @"SCPaymentsSelectorCoordinator",
|
| + showcase::kUseCaseKey : @"Payment request selector view",
|
| + },
|
| + @{
|
| showcase::kClassForDisplayKey : @"SettingsViewController",
|
| showcase::kClassForInstantiationKey : @"SCSettingsCoordinator",
|
| showcase::kUseCaseKey : @"Main settings screen",
|
|
|