Skip to content

Commit

Permalink
方法注释修改。
Browse files Browse the repository at this point in the history
  • Loading branch information
youngsoft committed Dec 23, 2019
1 parent a42f2e6 commit 3ca53c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MyLayout/Lib/MyFlowLayout.h
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@
@param subviewSize 指定子视图的尺寸
@param minSpace 指定子视图之间的最小间距
@param maxSpace 指定子视图之间的最大间距
@param isCenter 指定是否所有子视图居中
@param centered 指定是否所有子视图居中
*/
-(void)setSubviewsSize:(CGFloat)subviewSize minSpace:(CGFloat)minSpace maxSpace:(CGFloat)maxSpace centered:(BOOL)centered;
-(void)setSubviewsSize:(CGFloat)subviewSize minSpace:(CGFloat)minSpace maxSpace:(CGFloat)maxSpace centered:(BOOL)centered inSizeClass:(MySizeClass)sizeClass;
Expand Down

0 comments on commit 3ca53c2

Please sign in to comment.