Skip to content

Commit

Permalink
删除日志
Browse files Browse the repository at this point in the history
  • Loading branch information
朱博文 committed Mar 10, 2022
1 parent cc8beb6 commit 7c3722f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NativeAPI/NativeAPI/RelayObject.m
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ + (instancetype)relayObject:(NSString *)expression {
return nil;
}

NSLog(expression);
// NSLog(expression);
NSScanner *scanner = [NSScanner scannerWithString:eachApi];
NSString *apiName = NULL;
// apiName
Expand Down
2 changes: 1 addition & 1 deletion ZBWNativeAPI.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#

s.name = "ZBWNativeAPI"
s.version = "0.2.4"
s.version = "0.2.5"
s.summary = "ZBWNativeAPI."

# This description is used to generate tags and improve search results.
Expand Down

0 comments on commit 7c3722f

Please sign in to comment.