//
//  RCTAuroraIMUI.h
//  RCTAuroraIMUI
//
//  Created by oshumini on 2017/6/5.
//  Copyright © 2017年 HXHG. All rights reserved.
//

#import <UIKit/UIKit.h>
#import "MyCacheImageView.h"

#import "YYLabel.h"
#import "MenuPopOverView.h"
#import "DWRecoderCoveView.h"
#import "NIMInputEmoticonParser.h"
#import "NIMInputEmoticonManager.h"
#import "UIImage+NIM.h"

#import "YYTextAsyncLayer.h"
#import "YYTextWeakProxy.h"
#import "YYTextUtilities.h"
#import "NSAttributedString+YYText.h"

//! Project version number for RCTAuroraIMUI.

#define FONT_SIZE_375(size) [UIFont systemFontOfSize:([UIScreen mainScreen].bounds.size.width*((size)/375.0))]

FOUNDATION_EXPORT double RCTAuroraIMUIVersionNumber;

//! Project version string for RCTAuroraIMUI.
FOUNDATION_EXPORT const unsigned char RCTAuroraIMUIVersionString[];

// In this header, you should import all the public headers of your framework using statements like #import <RCTAuroraIMUI/PublicHeader.h>


