Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d8bb0c3

Browse files
committed
v4.2.6 update
1 parent 4b48249 commit d8bb0c3

File tree

793 files changed

+37139
-102
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

793 files changed

+37139
-102
lines changed

SDK/Required/MOBFoundation.framework/Headers/MOBFDate.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,13 @@
121121
minute:(NSInteger)minute
122122
second:(NSInteger)second;
123123

124+
125+
/**
126+
* 0点毫秒数
127+
128+
*
129+
* @return 0点毫秒数
130+
*/
131+
+ (NSTimeInterval)zeroTimeInterval;
132+
124133
@end

SDK/Required/MOBFoundation.framework/Headers/MOBFString.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,13 @@
122122
*/
123123
+ (NSData *)dataByHexString:(NSString *)string;
124124

125+
126+
/**
127+
* @brief 转换版本号
128+
129+
* @param ver 版本号
130+
* @return 转换为5位整数表示。
131+
*/
132+
+ (NSInteger)convertVersion:(NSString *)ver;
133+
125134
@end
0 Bytes
Binary file not shown.
396 KB
Binary file not shown.
0 Bytes
Binary file not shown.
33.6 KB
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)