2
0

MJRefreshNormalTrailer.h 362 B

12345678910111213141516171819
  1. //
  2. // MJRefreshNormalTrailer.h
  3. // MJRefreshExample
  4. //
  5. // Created by kinarobin on 2020/5/3.
  6. // Copyright © 2020 小码哥. All rights reserved.
  7. //
  8. #import "MJRefreshStateTrailer.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface MJRefreshNormalTrailer : MJRefreshStateTrailer
  11. @property (weak, nonatomic, readonly) UIImageView *arrowView;
  12. @end
  13. NS_ASSUME_NONNULL_END