Skip to content

Commit 1390ea7

Browse files
committed
Merge pull request CoderMJLee#146 from f33chobits/patch-1
MJFoundation添加NSAttributedString
2 parents c32f350 + 9238afd commit 1390ea7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

MJExtension/MJFoundation.m

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ + (NSSet *)foundatonClasses
2525
[NSData class],
2626
[NSArray class],
2727
[NSDictionary class],
28-
[NSString class], nil];
28+
[NSString class],
29+
[NSAttributedString class], nil];
2930
}
3031
return _foundationClasses;
3132
}

0 commit comments

Comments
 (0)