| Index: ios/showcase/core/showcase_model.mm
|
| diff --git a/ios/showcase/core/showcase_model.mm b/ios/showcase/core/showcase_model.mm
|
| index 8576ae919a1622293915d3a2a94a565f312041f2..7aafb0c0fc571666956e9e5a197bbd57086400c3 100644
|
| --- a/ios/showcase/core/showcase_model.mm
|
| +++ b/ios/showcase/core/showcase_model.mm
|
| @@ -18,7 +18,7 @@
|
| return @[
|
| @{
|
| showcase::kClassForDisplayKey : @"SettingsViewController",
|
| - showcase::kClassForInstantiationKey : @"SettingsCoordinator",
|
| + showcase::kClassForInstantiationKey : @"SCSettingsCoordinator",
|
| showcase::kUseCaseKey : @"Main settings screen",
|
| },
|
| @{
|
| @@ -46,6 +46,11 @@
|
| showcase::kClassForInstantiationKey : @"SCTabStripCoordinator",
|
| showcase::kUseCaseKey : @"Tab strip container",
|
| },
|
| + @{
|
| + showcase::kClassForDisplayKey : @"ToolbarViewController",
|
| + showcase::kClassForInstantiationKey : @"SCToolbarCoordinator",
|
| + showcase::kUseCaseKey : @"Toolbar",
|
| + },
|
| ];
|
| }
|
|
|
|
|