NSObject shouldn't support NSCoding

This commit is contained in:
rfm 2024-10-29 16:12:14 +00:00
parent 1ad65abdaa
commit 0e6829579a

View file

@ -275,7 +275,6 @@ int main(int argc, char **argv)
T(NSException)
T(NSNotification)
T(NSNull)
T(NSObject)
T(NSSet)
T(NSString)
T(NSURL)