Skip to content

Commit

Permalink
[Snackbar] Make imports more explicit
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 351406902
  • Loading branch information
codeman7 authored and material-automation committed Jan 12, 2021
1 parent 1b1bf71 commit 2158cbe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/Snackbar/tests/unit/MDCSnackbarMessageViewTests.m
Expand Up @@ -14,9 +14,11 @@

#import <XCTest/XCTest.h>

#import "supplemental/MDCFakeMDCSnackbarManagerDelegate.h"
#import "MaterialButtons.h"
#import "MaterialShadowElevations.h"
#import "MaterialSnackbar.h"
#import "MaterialTypography.h"
#import "supplemental/MDCFakeMDCSnackbarManagerDelegate.h"

#import "../../src/private/MDCSnackbarManagerInternal.h"
#import "../../src/private/MDCSnackbarOverlayView.h"
Expand Down

0 comments on commit 2158cbe

Please sign in to comment.