Commit 6538bc46 authored by yueming lu's avatar yueming lu

注释

parent 759845fe
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
@implementation GMPhobosTool @implementation GMPhobosTool
#pragma mark - 把数组分割成二维数组
+ (NSArray *)splitArray:(NSArray *)array withSubSize:(int)subSize { + (NSArray *)splitArray:(NSArray *)array withSubSize:(int)subSize {
if (subSize < 1) return [NSArray new]; if (subSize < 1) return [NSArray new];
// 数组将被拆分成指定长度数组的个数 // 数组将被拆分成指定长度数组的个数
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment