MJRefreshBackNormalFooter.h 482 B

12345678910111213141516171819
  1. //
  2. // MJRefreshBackNormalFooter.h
  3. // MJRefreshExample
  4. //
  5. // Created by MJ Lee on 15/4/24.
  6. // Copyright (c) 2015年 小码哥. All rights reserved.
  7. //
  8. #import "MJRefreshBackStateFooter.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface MJRefreshBackNormalFooter : MJRefreshBackStateFooter
  11. @property (weak, nonatomic, readonly) UIImageView *arrowView;
  12. /** 菊花的样式 */
  13. @property (assign, nonatomic) UIActivityIndicatorViewStyle activityIndicatorViewStyle;
  14. @end
  15. NS_ASSUME_NONNULL_END