fix
This commit is contained in:
@@ -53,5 +53,10 @@
|
||||
*/
|
||||
+(BOOL)isPhoneNumber:(NSString*)mobileNumber;
|
||||
|
||||
+(NSAttributedString *)stringWithText:(NSString *)title textColor:(UIColor *)color textFont:(UIFont *)font leterSpace:(CGFloat )space;
|
||||
|
||||
+(NSString *)convertToJsonData:(NSDictionary *)dict;
|
||||
+(NSDictionary *)dictionaryWithJsonString:(NSString *)jsonString;
|
||||
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user