Skip to content
This repository was archived by the owner on Dec 11, 2025. It is now read-only.

Commit f75d9a2

Browse files
committed
private class .m needed to get its import corrected.
Reviewers: featherless, ajsecord, #mdc_ios_owners Reviewed By: ajsecord, #mdc_ios_owners Projects: #material_components_ios Differential Revision: http://codereview.cc/D256
1 parent db49943 commit f75d9a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Typography/src/privateWasCapitalPrivate/MDCTypography+Constants.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
limitations under the License.
1515
*/
1616

17-
#import "Private/MDCTypography+Constants.h"
17+
#import "privateWasCapitalPrivate/MDCTypography+Constants.h"
1818

1919
#ifndef GOOGLEKIT_QUANTUM_TYPOGRAPHY_BUNDLE
2020
#define GOOGLEKIT_QUANTUM_TYPOGRAPHY_BUNDLE @"MaterialTypography.bundle"

0 commit comments

Comments
 (0)