Skip to content

Commit 5b5d0d5

Browse files
committed
Fixes MDFTextAccessibility imports.
Reviewers: O1 Material components iOS, randallli Reviewed By: O1 Material components iOS, randallli Tags: #material_components_ios Differential Revision: http://codereview.cc/D1660
1 parent 926f7b4 commit 5b5d0d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/Buttons/src/MDCButton.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
#import "MDCButton.h"
1818

19-
#import <MDFTextAccessibility/MDFTextAccessibility.h>
19+
#import "MDFTextAccessibility.h"
2020
#import "MaterialInk.h"
2121
#import "MaterialShadowElevations.h"
2222
#import "MaterialShadowLayer.h"

components/FlexibleHeader/src/MDCFlexibleHeaderViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616

1717
#import "MDCFlexibleHeaderViewController.h"
1818

19-
#import <MDFTextAccessibility/MDFTextAccessibility.h>
2019
#import "MDCFlexibleHeaderContainerViewController.h"
2120
#import "MDCFlexibleHeaderView.h"
21+
#import "MDFTextAccessibility.h"
2222

2323
static inline BOOL ShouldUseLightStatusBarOnBackgroundColor(UIColor *color) {
2424
if (CGColorGetAlpha(color.CGColor) < 1) {

0 commit comments

Comments
 (0)