fix build imports and other build errors

This commit is contained in:
randallli 2018-03-27 16:51:40 -04:00
parent def1ade0e3
commit d4f9ea47bc
3 changed files with 4 additions and 2 deletions

View File

@ -20,6 +20,7 @@ import CatalogByConvention
import MaterialComponents.MaterialBottomAppBar
import MaterialComponents.MDCActivityIndicatorColorThemer
import MaterialComponents.MDCBottomNavigationBarColorThemer
import MaterialComponents.MDCBottomAppBarColorThemer
import MaterialComponents.MDCButtonBarColorThemer
import MaterialComponents.MDCButtonColorThemer

View File

@ -16,7 +16,7 @@
#import "CardsCollectionTintingExample.h"
#import "MaterialInk.h"
#import "CardTintExampleCell.h"
#import "supplemental/CardTintExampleCell.h"
@interface CardsCollectionTintingExample ()

View File

@ -18,6 +18,7 @@
#import "MDCActivityIndicatorColorThemer.h"
#import "MDCAlertColorThemer.h"
#import "MDCBottomAppBarColorThemer.h"
#import "MaterialBottomAppBar.h"
#import "MDCButtonBarColorThemer.h"
#import "MDCButtonColorThemer.h"
#import "MDCFeatureHighlightColorThemer.h"
@ -187,7 +188,7 @@ static NSString *s_secondaryColorString;
toActivityIndicator:[MDCActivityIndicator appearance]];
[MDCAlertColorThemer applyColorScheme:colorScheme];
[MDCBottomAppBarColorThemer applyColorScheme:colorScheme
toBottomAppBarView:MDCBottomAppBarView.appearance];
toBottomAppBarView:[MDCBottomAppBarView appearance]];
[MDCButtonBarColorThemer applyColorScheme:colorScheme toButtonBar:[MDCButtonBar appearance]];
[MDCButtonColorThemer applyColorScheme:colorScheme toButton:self.previewButton];
[MDCButtonColorThemer applyColorScheme:colorScheme toButton:[MDCButton appearance]];