UndefinedKeyModel.h 302 B

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