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