Skip to content

Commit

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

#import <UIKit/UIKit.h>
#import "TABAnimatedConfig.h"
#import "UIView+TABControlAnimation.h"

NS_ASSUME_NONNULL_BEGIN

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

#import <UIKit/UIKit.h>
#import "TABAnimatedConfig.h"
#import "UIView+TABControlAnimation.h"

NS_ASSUME_NONNULL_BEGIN

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,16 @@

#import <UIKit/UIKit.h>
#import "TABAnimatedConfig.h"
#import "TABAnimatedChainDefines.h"

NS_ASSUME_NONNULL_BEGIN

extern int const TABAnimatedIndexTag;

@class TABViewAnimated;
@class TABComponentManager;

typedef void (^TABConfigBlock)(TABViewAnimated * _Nonnull tabAnimated);

@interface UIView (TABControlAnimation)

Expand Down Expand Up @@ -118,7 +122,7 @@ extern int const TABAnimatedIndexTag;
- (void)tab_penperateSkeletonWithIndex:(NSInteger)index;

/// 骨架屏启动中,穿透骨架屏指定标记的组件, 用于多段网络请求
/// 一般用于多段网络请求,局部显示指定组件
/// 一般用于多段网络请求,局部显示指定组件
/// @param indexArray 指定标记数组
- (void)tab_penperateSkeletonWithIndexArray:(NSArray <NSNumber *> *)indexArray;

Expand Down

0 comments on commit 83e2ceb

Please sign in to comment.