| Index: ios/showcase/core/showcase_model.mm
|
| diff --git a/ios/showcase/core/showcase_model.mm b/ios/showcase/core/showcase_model.mm
|
| index 200d2eec9b6402caa6ed3d5b37993c33767d24f6..ee7d3da1b8a7996d1b79afaf07bacc119d12326e 100644
|
| --- a/ios/showcase/core/showcase_model.mm
|
| +++ b/ios/showcase/core/showcase_model.mm
|
| @@ -42,6 +42,11 @@
|
| showcase::kUseCaseKey : @"Payment request picker view",
|
| },
|
| @{
|
| + showcase::kClassForDisplayKey : @"PaymentRequestSelectorViewController",
|
| + showcase::kClassForInstantiationKey : @"SCPaymentsSelectorCoordinator",
|
| + showcase::kUseCaseKey : @"Payment request selector view",
|
| + },
|
| + @{
|
| showcase::kClassForDisplayKey : @"RootContainerViewController",
|
| showcase::kClassForInstantiationKey : @"SCRootCoordinator",
|
| showcase::kUseCaseKey : @"Root container",
|
|
|