| Index: ios/showcase/core/showcase_model.mm
|
| diff --git a/ios/showcase/core/showcase_model.mm b/ios/showcase/core/showcase_model.mm
|
| index 158a897fa5ed4bb44e620cb3d68f66b5735f7043..6185b5128a5f829d9d52c618aa5e539884c95c5a 100644
|
| --- a/ios/showcase/core/showcase_model.mm
|
| +++ b/ios/showcase/core/showcase_model.mm
|
| @@ -36,6 +36,11 @@
|
| showcase::kClassForInstantiationKey : @"SCTabGridCoordinator",
|
| showcase::kUseCaseKey : @"Tab grid",
|
| },
|
| + @{
|
| + showcase::kClassForDisplayKey : @"StripContainerViewController",
|
| + showcase::kClassForInstantiationKey : @"SCStripCoordinator",
|
| + showcase::kUseCaseKey : @"Tab strip container",
|
| + },
|
| ];
|
| }
|
|
|
|
|