This repository was archived by the owner on Jun 3, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -150,11 +150,11 @@ extern NSString* const VALUE_ERROR_CODE_DEFAULT;
150
150
#pragma mark - called by IWXHttpAdapter implementer
151
151
152
152
- (void ) actionNetRequest ;
153
- - (void ) actionNetRequestResult : (bool )succeed withErrorCode : (NSString *)errorCode ;
153
+ - (void ) actionNetRequestResult : (bool )succeed withErrorCode : (nullable NSString *)errorCode ;
154
154
155
155
#pragma mark - called by IWXImgLoaderAdapter implementer
156
156
- (void ) actionImgLoad ;
157
- - (void ) actionImgLoadResult : (bool )succeed withErrorCode : (NSString *)errorCode ;
157
+ - (void ) actionImgLoadResult : (bool )succeed withErrorCode : (nullable NSString *)errorCode ;
158
158
159
159
#pragma mark record top5 errorMsg
160
160
- (void ) recordErrorMsg : (WXJSExceptionInfo *)exception ;
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ FOUNDATION_EXPORT double WeexSDKVersionNumber;
23
23
24
24
FOUNDATION_EXPORT const unsigned char WeexSDKVersionString[];
25
25
26
- #import " style.h"
27
- #import " layout.h"
28
- #import " flex_enum.h"
29
- #import " eagle_bridge.h"
26
+ #import < WeexSDK/ style.h>
27
+ #import < WeexSDK/ layout.h>
28
+ #import < WeexSDK/ flex_enum.h>
29
+ #import < WeexSDK/ eagle_bridge.h>
30
30
#import < WeexSDK/WXWebSocketHandler.h>
31
31
#import < WeexSDK/WXVoiceOverModule.h>
32
32
#import < WeexSDK/WXView.h>
You can’t perform that action at this time.
0 commit comments