- //
- // LZBEmojiModel.m
- // LZBKeyBoardView
- //
- // demo地址:https://github.com/lzbgithubcode/LZBKeyBoardView.git
- // Created by zibin on 16/12/6.
- // Copyright © 2016年 apple. All rights reserved.
- //
- #import "LZBEmojiModel.h"
- @implementation LZBEmojiModel
- - (void)setValue:(id)value forUndefinedKey:(NSString *)key
- {};
- @end
|