(void)setValue:(id)value forUndefinedKey:(nonnull NSString *)key { if ([key isEqualToString:@"description"]) { self.desc = value; } }