Skip to content

Commit

Permalink
fix: import controlAnimation header
Browse files Browse the repository at this point in the history
  • Loading branch information
tigerAndBull committed Jun 6, 2021
1 parent dcd53fa commit 8e5d492
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
//

#import "UICollectionView+TABControlAnimation.h"
#import "TABCollectionAnimated.h"
#import "UIView+TABControlModel.h"
#import "UIView+TABControlAnimation.h"

@implementation UICollectionView (TABControlAnimation)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

#import "UITableView+TABControlAnimation.h"
#import "TABTableAnimated.h"
#import "UIView+TABControlModel.h"
#import "UIView+TABControlAnimation.h"

@implementation UITableView (TABControlAnimation)

Expand Down

0 comments on commit 8e5d492

Please sign in to comment.