release 1.0.3+1 , lint 处理

This commit is contained in:
Kuloud
2024-01-03 18:52:32 +08:00
parent 718d9cff62
commit 54ae0d3488
7 changed files with 13 additions and 11 deletions

View File

@ -24,8 +24,6 @@ NS_ASSUME_NONNULL_BEGIN
/// @param numberColor 色值
+ (UIColor*)colorFromNumber:(NSNumber*)numberColor;
+ (CGPoint)pointFromDictionary:(NSDictionary *)dictionary;
/// 从数据中解析经纬度
/// @param array 经纬度数组对(默认第一个当做维度,第二个当做经度)
+ (CLLocationCoordinate2D)coordinateFromArray:(NSArray *)array;