Skip to content

Commit

Permalink
[Tabs] Include public headers in umbrella header. (#7783)
Browse files Browse the repository at this point in the history
The umbrella header should include all public headers. Clients are likely to use all public headers at any given time and should not rely on individual file names for imports.

Closes #7780
  • Loading branch information
Robert Moore committed Jul 3, 2019
1 parent 708f42f commit 59e6c2c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/Tabs/src/TabBarView/MaterialTabs+TabBarView.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,8 @@
#import "MDCTabBarItemCustomViewing.h"
#import "MDCTabBarView.h"
#import "MDCTabBarViewDelegate.h"
#import "MDCTabBarViewIndicatorAttributes.h"
#import "MDCTabBarViewIndicatorContext.h"
#import "MDCTabBarViewIndicatorSupporting.h"
#import "MDCTabBarViewIndicatorTemplate.h"
#import "MDCTabBarViewUnderlineIndicatorTemplate.h"

0 comments on commit 59e6c2c

Please sign in to comment.