15 lines
303 B
Objective-C
15 lines
303 B
Objective-C
//
|
|
// TLEmojiKeyboard+DisplayView.h
|
|
// TLChat
|
|
//
|
|
// Created by 李伯坤 on 16/9/27.
|
|
// Copyright © 2016年 李伯坤. All rights reserved.
|
|
//
|
|
|
|
#import "TLEmojiKeyboard.h"
|
|
#import "TLEmojiGroupDisplayViewDelegate.h"
|
|
|
|
@interface TLEmojiKeyboard (DisplayView) <TLEmojiGroupDisplayViewDelegate>
|
|
|
|
@end
|