//
// STEmojiKeyboard.h
// STEmojiKeyboard
//
// Created by zhenlintie on 15/5/29.
// Copyright (c) 2015年 sTeven. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface STEmojiKeyboard : UIView <UIInputViewAudioFeedback>
+ (instancetype)keyboard;
@property (strong, nonatomic) id<UITextInput> textView;
@end
-
曹云霄 authoredbcdcc8a4