// // PrefixHeader.pch // TianLing_App // // Created by 刘荣毅 on 2017/10/20. // Copyright © 2017年 Liu. All rights reserved. // #ifdef __OBJC__ #ifndef PrefixHeader_pch #define PrefixHeader_pch //#import "ChatDemo-UI3.0-Prefix.pch" #import "HxChatDemo-Prefix.pch" #import "RYCustomPchFile.pch" #import "Tools.h" #import "UIColor+RGB.h" #import "CALayer+Additions.h" #import "HUDManager.h" #import "MainUrl.h" #import "Masonry.h" #import "RYCode.h" #import "ZJCustomHud.h" #import "SBJson.h" #pragma mark- Tools #import "UIColor+KSString.h" #import "UIView+Tap.h" #import "UIButton+ImageTitleStyle.h" #import "UIImageView+WebCache.h" #import "UIView+Utils.h" #import "UILabel+Copy.h" #pragma mark- Extension Tools #import "TimeTool.h" #pragma mark- Libs #import "HttpClient.h" #import "MJRefresh.h" #pragma mark- 接口 #import "RYAPI.h" #pragma mark- 参数 #endif /* PrefixHeader_pch */ #endif //#ifdef __OBJC__ // //#import ////#import //#define HUANXINAPPKEY @"1198170313178186#lxchatdemo" //应用标识 //#define APNSNAME @"LXChatDemo" //证明名字 //#endif