Index: ios/showcase/core/showcase_model.mm |
diff --git a/ios/showcase/core/showcase_model.mm b/ios/showcase/core/showcase_model.mm |
index 6185b5128a5f829d9d52c618aa5e539884c95c5a..f2773118b54bd8de2182d8e7667bbb6700244748 100644 |
--- a/ios/showcase/core/showcase_model.mm |
+++ b/ios/showcase/core/showcase_model.mm |
@@ -22,6 +22,11 @@ |
showcase::kUseCaseKey : @"Main settings screen", |
}, |
@{ |
+ showcase::kClassForDisplayKey : @"SuggestionViewController", |
+ showcase::kClassForInstantiationKey : @"SCSuggestionsCoordinator", |
+ showcase::kUseCaseKey : @"New Suggestion UI", |
lpromero
2017/01/10 15:51:27
s/Suggestion/Suggestions? In the mindset of: "Sugg
gambard
2017/01/10 16:56:35
Done.
|
+ }, |
+ @{ |
showcase::kClassForDisplayKey : @"MenuViewController", |
showcase::kClassForInstantiationKey : @"MenuViewController", |
showcase::kUseCaseKey : @"Tools menu", |