1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
| //
| // 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
|
|