We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
9365048
修复 UIImage 类别中的方法名可能与其他库冲突的潜在问题。#33 by cwwise。
@interface UIImage (LCActionSheet) + (nullable instancetype)imageWithColor:(UIColor *)color; // -> + (nullable instancetype)lc_imageWithColor:(UIColor *)color; @end
修正 LCActionSheet 中部分方法的注释。