| Index: ios/showcase/core/showcase_model.mm
|
| diff --git a/ios/showcase/core/showcase_model.mm b/ios/showcase/core/showcase_model.mm
|
| index 5720628b16098e00bd9fbfad44ca3e1c6e7760ce..a4ddad547ec279a2d06ae3c86d769f287c181345 100644
|
| --- a/ios/showcase/core/showcase_model.mm
|
| +++ b/ios/showcase/core/showcase_model.mm
|
| @@ -32,6 +32,11 @@
|
| showcase::kUseCaseKey : @"Generic payment request editor",
|
| },
|
| @{
|
| + showcase::kClassForDisplayKey : @"PaymentRequestPickerViewController",
|
| + showcase::kClassForInstantiationKey : @"SCPaymentsPickerCoordinator",
|
| + showcase::kUseCaseKey : @"Payment request picker view",
|
| + },
|
| + @{
|
| showcase::kClassForDisplayKey : @"SettingsViewController",
|
| showcase::kClassForInstantiationKey : @"SCSettingsCoordinator",
|
| showcase::kUseCaseKey : @"Main settings screen",
|
|
|