There are quite a number of approaches to using KVC - perhaps the simplest is simply to have an instance variable in your class using the name of the key you want to use, i. e :.
@interface Engine: NSObject { NSNumber *horsePower;
user529758
source share