正在显示
3 个修改的文件
包含
3 行增加
和
3 行删除
| @@ -7,7 +7,7 @@ | @@ -7,7 +7,7 @@ | ||
| 7 | // | 7 | // |
| 8 | 8 | ||
| 9 | #import <Foundation/Foundation.h> | 9 | #import <Foundation/Foundation.h> |
| 10 | -#import "MJRefresh.h" | 10 | +#import <MJRefresh/MJRefresh.h> |
| 11 | 11 | ||
| 12 | @interface RCTMJRefreshHeader : MJRefreshHeader | 12 | @interface RCTMJRefreshHeader : MJRefreshHeader |
| 13 | /** 普通闲置状态 */ | 13 | /** 普通闲置状态 */ |
| @@ -5,7 +5,7 @@ | @@ -5,7 +5,7 @@ | ||
| 5 | // Created by Macbook on 2018/6/21. | 5 | // Created by Macbook on 2018/6/21. |
| 6 | // Copyright © 2018年 Facebook. All rights reserved. | 6 | // Copyright © 2018年 Facebook. All rights reserved. |
| 7 | // | 7 | // |
| 8 | -#import "MJRefresh.h" | 8 | +#import <MJRefresh/MJRefresh.h> |
| 9 | #import <React/RCTViewManager.h> | 9 | #import <React/RCTViewManager.h> |
| 10 | #import <Foundation/Foundation.h> | 10 | #import <Foundation/Foundation.h> |
| 11 | #import "RCTMJRefreshHeader.h" | 11 | #import "RCTMJRefreshHeader.h" |
| @@ -18,7 +18,7 @@ | @@ -18,7 +18,7 @@ | ||
| 18 | #import <React/RCTUtils.h> | 18 | #import <React/RCTUtils.h> |
| 19 | #import "UIView+Private1.h" | 19 | #import "UIView+Private1.h" |
| 20 | #import <React/UIView+React.h> | 20 | #import <React/UIView+React.h> |
| 21 | -#import "MJRefresh.h" | 21 | +#import <MJRefresh/MJRefresh.h> |
| 22 | 22 | ||
| 23 | #if !TARGET_OS_TV | 23 | #if !TARGET_OS_TV |
| 24 | #import <React/RCTRefreshControl.h> | 24 | #import <React/RCTRefreshControl.h> |
-
请 注册 或 登录 后发表评论