diff --git a/components/NavigationDrawer/examples/BottomDrawerInfiniteScrollingExample.swift b/components/NavigationDrawer/examples/BottomDrawerInfiniteScrollingExample.swift index 0334dbfa6fa..77c05a7e78b 100644 --- a/components/NavigationDrawer/examples/BottomDrawerInfiniteScrollingExample.swift +++ b/components/NavigationDrawer/examples/BottomDrawerInfiniteScrollingExample.swift @@ -14,6 +14,7 @@ import UIKit import MaterialComponentsAlpha.MaterialNavigationDrawer +import MaterialComponents.MaterialColorScheme class BottomDrawerInfiniteScrollingExample: UIViewController { var colorScheme = MDCSemanticColorScheme() diff --git a/components/NavigationDrawer/examples/BottomDrawerNoHeaderExample.swift b/components/NavigationDrawer/examples/BottomDrawerNoHeaderExample.swift index b0cb075c807..8e6dc12b51e 100644 --- a/components/NavigationDrawer/examples/BottomDrawerNoHeaderExample.swift +++ b/components/NavigationDrawer/examples/BottomDrawerNoHeaderExample.swift @@ -14,6 +14,7 @@ import UIKit import MaterialComponentsAlpha.MaterialNavigationDrawer +import MaterialComponents.MaterialColorScheme class BottomDrawerNoHeaderExample: UIViewController { var colorScheme = MDCSemanticColorScheme() diff --git a/components/NavigationDrawer/examples/BottomDrawerWithHeaderExample.swift b/components/NavigationDrawer/examples/BottomDrawerWithHeaderExample.swift index 27c00bbaabc..07a75e85d04 100644 --- a/components/NavigationDrawer/examples/BottomDrawerWithHeaderExample.swift +++ b/components/NavigationDrawer/examples/BottomDrawerWithHeaderExample.swift @@ -14,6 +14,7 @@ import UIKit import MaterialComponentsAlpha.MaterialNavigationDrawer +import MaterialComponents.MaterialColorScheme class BottomDrawerWithHeaderExample: UIViewController { var colorScheme = MDCSemanticColorScheme() diff --git a/components/NavigationDrawer/examples/BottomDrawerWithScrollableContentExample.swift b/components/NavigationDrawer/examples/BottomDrawerWithScrollableContentExample.swift index 29793fe1409..a9c278fb3da 100644 --- a/components/NavigationDrawer/examples/BottomDrawerWithScrollableContentExample.swift +++ b/components/NavigationDrawer/examples/BottomDrawerWithScrollableContentExample.swift @@ -14,6 +14,7 @@ import UIKit import MaterialComponentsAlpha.MaterialNavigationDrawer +import MaterialComponents.MaterialColorScheme class BottomDrawerWithScrollableContentExample: UIViewController { var colorScheme = MDCSemanticColorScheme() diff --git a/components/NavigationDrawer/examples/supplemental/BottomDrawerSupplemental.swift b/components/NavigationDrawer/examples/supplemental/BottomDrawerSupplemental.swift index 2d0a58be063..35e374fe1a8 100644 --- a/components/NavigationDrawer/examples/supplemental/BottomDrawerSupplemental.swift +++ b/components/NavigationDrawer/examples/supplemental/BottomDrawerSupplemental.swift @@ -14,6 +14,7 @@ import UIKit import MaterialComponentsAlpha.MaterialNavigationDrawer +import MaterialComponents.MaterialColorScheme class DrawerContentViewController: UIViewController { var colorScheme = MDCSemanticColorScheme()