| Index: ios/showcase/core/showcase_model.mm
|
| diff --git a/ios/showcase/core/showcase_model.mm b/ios/showcase/core/showcase_model.mm
|
| index 99fc26262daae5b23237746741e5d617f9ea4c9a..94f55aca1c7855a838e3de4a1d969c8acc83e737 100644
|
| --- a/ios/showcase/core/showcase_model.mm
|
| +++ b/ios/showcase/core/showcase_model.mm
|
| @@ -32,6 +32,11 @@
|
| showcase::kUseCaseKey : @"Tools menu",
|
| },
|
| @{
|
| + showcase::kClassForDisplayKey : @"NTPViewController",
|
| + showcase::kClassForInstantiationKey : @"SCNTPCoordinator",
|
| + showcase::kUseCaseKey : @"NTP",
|
| + },
|
| + @{
|
| showcase::kClassForDisplayKey : @"UITableViewCell",
|
| showcase::kClassForInstantiationKey : @"UIKitTableViewCellViewController",
|
| showcase::kUseCaseKey : @"UIKit Table Cells",
|
|
|