UndefinedKeyModel.m 275 B

123456789101112131415
  1. //
  2. // UndefinedKeyModel.m
  3. // IBOSSmini
  4. //
  5. // Created by apple on 16/10/8.
  6. // Copyright © 2016年 elongtian. All rights reserved.
  7. //
  8. #import "UndefinedKeyModel.h"
  9. @implementation UndefinedKeyModel
  10. - (void)setValue:(id)value forUndefinedKey:(NSString *)key{
  11. }
  12. @end