copy from Demo/EZOpensdk_iOS_4.15.1_build20201104/Demo/EZOpenSDKDemo/Venders/MJRefresh/Custom/Header/MJRefreshGifHeader.h
copy to EZSDK/EZSDK/EZ/Venders/MJRefresh/MJRefresh/Custom/Header/MJRefreshGifHeader.h
File was copied from Demo/EZOpensdk_iOS_4.15.1_build20201104/Demo/EZOpenSDKDemo/Venders/MJRefresh/Custom/Header/MJRefreshGifHeader.h |
| | |
| | | #import "MJRefreshStateHeader.h" |
| | | |
| | | @interface MJRefreshGifHeader : MJRefreshStateHeader |
| | | @property (weak, nonatomic, readonly) UIImageView *gifView; |
| | | |
| | | /** 设置state状态下的动画图片images 动画持续时间duration*/ |
| | | - (void)setImages:(NSArray *)images duration:(NSTimeInterval)duration forState:(MJRefreshState)state; |
| | | - (void)setImages:(NSArray *)images forState:(MJRefreshState)state; |