LZBEmojiModel.m 330 B

123456789101112131415
  1. //
  2. // LZBEmojiModel.m
  3. // LZBKeyBoardView
  4. //
  5. // demo地址:https://github.com/lzbgithubcode/LZBKeyBoardView.git
  6. // Created by zibin on 16/12/6.
  7. // Copyright © 2016年 apple. All rights reserved.
  8. //
  9. #import "LZBEmojiModel.h"
  10. @implementation LZBEmojiModel
  11. - (void)setValue:(id)value forUndefinedKey:(NSString *)key
  12. {};
  13. @end