We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ea8f10 commit d8c46b4Copy full SHA for d8c46b4
ios/sdk/WeexSDK/Sources/Utility/WXConvert.m
@@ -37,7 +37,6 @@ + (type)type:(id)value {\
37
38
39
40
-
41
//unsignedLongLongValue
42
+ (uint64_t)uint64_t:(id)value {\
43
NSString * strval = [NSString stringWithFormat:@"%@",value];
0 commit comments