forked from xhzengAIB/MessageDisplayKit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMessageDisplayKit.h
More file actions
32 lines (23 loc) · 779 Bytes
/
MessageDisplayKit.h
File metadata and controls
32 lines (23 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
//
// MessageDisplayKit.h
// MessageDisplayExample
//
// Created by qtone-1 on 14-4-24.
// Copyright (c) 2014年 曾宪华 开发团队(http://iyilunba.com ) 本人QQ:543413507 本人QQ群(142557668). All rights reserved.
//
#ifndef MessageDisplayExample_MessageDisplayKit_h
#define MessageDisplayExample_MessageDisplayKit_h
#import "XHMacro.h"
#import "XHFoundationCommon.h"
#import "UIImage+XHAnimatedFaceGif.h"
#import "UIImage+XHRounded.h"
#import "NSString+MessageInputView.h"
#import "UIScrollView+XHkeyboardControl.h"
#import "XHMessageAvatorFactory.h"
#import "XHMessageBubbleFactory.h"
#import "XHMessageVoiceFactory.h"
#import "XHMessage.h"
#import "XHShareMenuItem.h"
#import "XHMessageTableViewCell.h"
#import "XHMessageTableViewController.h"
#endif