// // UndefinedKeyModel.h // IBOSSmini // // Created by apple on 16/10/8. // Copyright © 2016年 elongtian. All rights reserved. // #import @interface UndefinedKeyModel : NSObject - (void)setValue:(id)value forUndefinedKey:(NSString *)key; @end