UndefinedKeyModel.m 298 B

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