// // UndefinedKeyModel.m // IBOSS // // Created by apple on 16/10/8. // Copyright © 2017年 沈阳东科云信软件有限公司. All rights reserved. // #import "UndefinedKeyModel.h" @implementation UndefinedKeyModel - (void)setValue:(id)value forUndefinedKey:(NSString *)key{ } @end