Skip to content

Commit

Permalink
[NavigationDrawer] Fix Swift imports in examples. (#5096)
Browse files Browse the repository at this point in the history
The Swift examples were not compiling internally because they were
missing many imports.
  • Loading branch information
Robert Moore committed Sep 11, 2018
1 parent a86627d commit aef3cc7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
Expand Up @@ -14,6 +14,7 @@

import UIKit
import MaterialComponentsAlpha.MaterialNavigationDrawer
import MaterialComponents.MaterialColorScheme

class BottomDrawerInfiniteScrollingExample: UIViewController {
var colorScheme = MDCSemanticColorScheme()
Expand Down
Expand Up @@ -14,6 +14,7 @@

import UIKit
import MaterialComponentsAlpha.MaterialNavigationDrawer
import MaterialComponents.MaterialColorScheme

class BottomDrawerNoHeaderExample: UIViewController {
var colorScheme = MDCSemanticColorScheme()
Expand Down
Expand Up @@ -14,6 +14,7 @@

import UIKit
import MaterialComponentsAlpha.MaterialNavigationDrawer
import MaterialComponents.MaterialColorScheme

class BottomDrawerWithHeaderExample: UIViewController {
var colorScheme = MDCSemanticColorScheme()
Expand Down
Expand Up @@ -14,6 +14,7 @@

import UIKit
import MaterialComponentsAlpha.MaterialNavigationDrawer
import MaterialComponents.MaterialColorScheme

class BottomDrawerWithScrollableContentExample: UIViewController {
var colorScheme = MDCSemanticColorScheme()
Expand Down
Expand Up @@ -14,6 +14,7 @@

import UIKit
import MaterialComponentsAlpha.MaterialNavigationDrawer
import MaterialComponents.MaterialColorScheme

class DrawerContentViewController: UIViewController {
var colorScheme = MDCSemanticColorScheme()
Expand Down

0 comments on commit aef3cc7

Please sign in to comment.