NSObject shouldn't support NSCoding

This commit is contained in:
rfm 2024-10-29 16:12:14 +00:00
parent fad8d206b9
commit cfc28d82bb

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)