| Index: ios/showcase/core/showcase_model.mm
|
| diff --git a/ios/showcase/core/showcase_model.mm b/ios/showcase/core/showcase_model.mm
|
| index f9749499551664cd9adc44eb865f70bd6067b016..d7b5dcfc22fc045c5c18addfa25f79d20a4ba704 100644
|
| --- a/ios/showcase/core/showcase_model.mm
|
| +++ b/ios/showcase/core/showcase_model.mm
|
| @@ -91,6 +91,11 @@
|
| showcase::kClassForInstantiationKey : @"SCContentWidgetCoordinator",
|
| showcase::kUseCaseKey : @"Content Widget",
|
| },
|
| + @{
|
| + showcase::kClassForDisplayKey : @"TextBadgeView",
|
| + showcase::kClassForInstantiationKey : @"TextBadgeViewViewController",
|
| + showcase::kUseCaseKey : @"Text badge view",
|
| + },
|
| ];
|
| }
|
|
|
|
|