BuguLive.pch 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. //
  2. // BuguLive.pch
  3. // BuguLive
  4. //
  5. // Created by xfg on 16/2/15.
  6. // Copyright © 2016年 xfg. All rights reserved.
  7. //
  8. #define BuguLive_pch
  9. // Include any system framework and library headers here that should be included in all compilation units.
  10. // You will also need to set the Prefix Header build setting of one or more of your targets to reference this file.
  11. #ifdef __OBJC__
  12. //@import TXLiteAVSDK_Professional;
  13. //#import "TXLiteAVSDK_Professional/TXLiteAVSDK.h"
  14. #define KBogoTimeReloadList @"KBogoTimeReloadList"
  15. #import "AppchangeHeader.h"
  16. // 系统
  17. #import <UIKit/UIKit.h>
  18. #import <Foundation/Foundation.h>
  19. #import "FDFoundationObjC.h"
  20. // 直播SDK
  21. //#import <ImSDK/ImSDK.h>
  22. #import <TLSSDK/TLSHelper.h>
  23. #import <QALSDK/QalSDKProxy.h>
  24. #import "TIMAdapter.h"
  25. // 第三方
  26. #import "AFNetworking.h"
  27. #import "MBProgressHUD.h"
  28. #import "MJExtension.h"
  29. //#import <UMSocialCore/UMSocialCore.h>
  30. //#import <qmuikit>
  31. #import "QMUIMarqueeLabel.h"
  32. #import "Masonry.h"
  33. #import "IQKeyboardManager.h"
  34. #import "XXNibConvention.h" // xib桥接 第三方
  35. #import "SVProgressHUD.h"
  36. #import "TWMessageBarManager.h"
  37. #import "FLAnimatedImageView.h"
  38. #import "BlocksKit.h"
  39. #import "BlocksKit+UIKit.h"
  40. #import "FTAnimation.h"
  41. #import "SDWebImageHeaders.h"
  42. #import "KVOController.h"
  43. #import "HMSegmentedControl.h"
  44. #import "MMSheetView.h"
  45. #import <YYKit.h>
  46. #import "UIView+RTL.h"
  47. #import "LocalizedView.h"
  48. // 自定义
  49. #import "BGGeneralHeader.h"
  50. #import "BGBaseHeader.h"
  51. #import "CommonLibrary.h"
  52. #import "AppModelHeader.h"
  53. #import "AppDelegate.h"
  54. #import "BGIMMsgHandler.h"
  55. #import "BGIMPrivateMsgHandler.h"
  56. #import "dataModel.h"
  57. #import "LiveHeader.h"
  58. #import "MainHeader.h"
  59. #import "MusicTotalHeader.h"
  60. #import "BGMainWebViewController.h"
  61. #import "BGNavigationController.h"
  62. //#import "BGTabBarController.h"
  63. //BMK
  64. #import "STBMapKitHeader.h"
  65. #import "PopMenuHeader.h"
  66. #import "HKPTimeLine.pch"
  67. //基类model
  68. #import "MGBaseModel.h"
  69. //扩展
  70. #import "BGExtensions.h"
  71. #import "HKPTimeLine.pch"
  72. #import "UIImage+CY.h"
  73. #import "BogoNetworkKit.h"
  74. #import "BogoNetworkResponseModel.h"
  75. //NSInteger xiaoshipinBottom = 0;
  76. #endif