Index: ios/showcase/core/showcase_model.mm |
diff --git a/ios/showcase/core/showcase_model.mm b/ios/showcase/core/showcase_model.mm |
index a4ddad547ec279a2d06ae3c86d769f287c181345..ef90a185ffdc080aca54b78760d881315c565da1 100644 |
--- a/ios/showcase/core/showcase_model.mm |
+++ b/ios/showcase/core/showcase_model.mm |
@@ -66,6 +66,11 @@ |
showcase::kClassForInstantiationKey : @"UIKitTableViewCellViewController", |
showcase::kUseCaseKey : @"UIKit Table Cells", |
}, |
+ @{ |
+ showcase::kClassForDisplayKey : @"SearchWidgetViewController", |
+ showcase::kClassForInstantiationKey : @"SearchWidgetViewController", |
+ showcase::kUseCaseKey : @"Search Widget", |
+ }, |
]; |
} |