| 12345678910111213141516171819 |
- //
- // MJRefreshNormalTrailer.h
- // MJRefreshExample
- //
- // Created by kinarobin on 2020/5/3.
- // Copyright © 2020 小码哥. All rights reserved.
- //
- #import "MJRefreshStateTrailer.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface MJRefreshNormalTrailer : MJRefreshStateTrailer
- @property (weak, nonatomic, readonly) UIImageView *arrowView;
- @end
- NS_ASSUME_NONNULL_END
|