|
...
|
...
|
@@ -8,7 +8,9 @@ |
|
|
|
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
#import <MJRefresh/MJRefresh.h>
|
|
|
|
|
|
|
|
#import <React/RCTComponent.h>
|
|
|
|
#import <React/RCTView.h>
|
|
|
|
#import <React/UIView+React.h>
|
|
|
|
@interface RCTMJRefreshHeader : MJRefreshHeader
|
|
|
|
/** 普通闲置状态 */
|
|
|
|
//MJRefreshStateIdle = 1,
|
...
|
...
|
|