| Index: ios/showcase/core/showcase_model.mm
|
| diff --git a/ios/showcase/core/showcase_model.mm b/ios/showcase/core/showcase_model.mm
|
| index 7aafb0c0fc571666956e9e5a197bbd57086400c3..460c8af1bccbf3e1b08b1a8e958c1ef3a736780c 100644
|
| --- a/ios/showcase/core/showcase_model.mm
|
| +++ b/ios/showcase/core/showcase_model.mm
|
| @@ -51,6 +51,11 @@
|
| showcase::kClassForInstantiationKey : @"SCToolbarCoordinator",
|
| showcase::kUseCaseKey : @"Toolbar",
|
| },
|
| + @{
|
| + showcase::kClassForDisplayKey : @"NTPViewController",
|
| + showcase::kClassForInstantiationKey : @"SCNTPCoordinator",
|
| + showcase::kUseCaseKey : @"NTP",
|
| + },
|
| ];
|
| }
|
|
|
|
|