Skip to content

Commit

Permalink
Replace forward declaration with header import for improved Swift com…
Browse files Browse the repository at this point in the history
…patibility.

PiperOrigin-RevId: 673006942
  • Loading branch information
Nobody authored and material-automation committed Sep 10, 2024
1 parent eb2c2f8 commit 3a851e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/BottomNavigation/src/MDCBottomNavigationBar.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#import <UIKit/UIKit.h>

#import "MaterialAvailability.h"
#import "MDCBadgeAppearance.h"
// TODO(b/151929968): Delete import of MDCBottomNavigationBarDelegate.h when client code has been
// migrated to no longer import MDCBottomNavigationBarDelegate as a transitive dependency.
#import "MDCBottomNavigationBarDelegate.h"
Expand Down Expand Up @@ -70,8 +71,6 @@ typedef NS_ENUM(NSInteger, MDCBottomNavigationBarAlignment) {
MDCBottomNavigationBarAlignmentCentered = 2
};

@class MDCBadgeAppearance;

/**
A bottom navigation bar.
Expand Down

0 comments on commit 3a851e6

Please sign in to comment.