// // STEmojiKeyboard.h // STEmojiKeyboard // // Created by zhenlintie on 15/5/29. // Copyright (c) 2015年 sTeven. All rights reserved. // #import @interface STEmojiKeyboard : UIView + (instancetype)keyboard; @property (strong, nonatomic) id textView; @end