CommonFrame-Bridging-Header.h 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. //
  2. // Use this file to import your target's public headers that you would like to expose to Swift.
  3. //
  4. #import <Virgil/Virgil.h>
  5. //#import "AVFoundation/AVFoundation.h"
  6. //#import "AudioToolBox/AudioToolBox.h"
  7. //#import "LGAlertView.h"
  8. //#import "YRSideViewController.h"
  9. #import "DCRoundSwitch.h"
  10. #import "MBProgressHUD.h"
  11. #import "SDPhotoBrowser.h"
  12. //微信支付
  13. #import "TestSign.h"
  14. //支付宝支付
  15. #import <AlipaySDK/AlipaySDK.h>
  16. #import "Order.h"
  17. #import <CoreMotion/CoreMotion.h>
  18. #import "MJExtension.h"
  19. #import "AFNetworking.h"
  20. #import "AFHTTPSessionManager.h"
  21. #import "UIButton+WebCache.h"
  22. #import "SDImageCache.h"
  23. #import "UIImageView+WebCache.h"
  24. //播放视频
  25. #import <MediaPlayer/MediaPlayer.h>
  26. #import "MJRefreshHeader.h"
  27. //webView加载进度
  28. #import "NJKWebViewProgress.h"
  29. //#import "WebViewJavascriptBridge.h"
  30. #import "WKWebViewJavascriptBridge.h"
  31. //
  32. #import "JPUSHService.h"
  33. #ifdef NSFoundationVersionNumber_iOS_9_x_Max
  34. #import <UserNotifications/UserNotifications.h>
  35. #endif
  36. //录音
  37. //#import "SoundRecording.h"
  38. #import "UIScrollView+MJRefresh.h"
  39. #import "MJRefreshFooter.h"
  40. #import "MJRefresh.h"
  41. #import "CommonOC.h"
  42. #import "FMDB.h"
  43. #import "MarqueeLabel.h"
  44. //webView加载进度
  45. #import "NJKWebViewProgress.h"
  46. //融云
  47. //#import <RongIMKit/RongIMKit.h>
  48. //扫描二维码
  49. //#import "RootViewController.h"
  50. #import "SVProgressHUD.h"
  51. //友盟 分享
  52. #import <UMSocialCore/UMSocialCore.h>
  53. #import <UShareUI/UShareUI.h>
  54. //友盟统计
  55. //#import "UMMobClick/MobClick.h"
  56. //跑马灯
  57. #import "MarqueeLabel.h"
  58. #import <CoreLocation/CoreLocation.h>
  59. //播放视频
  60. //#import "ZFPlayer.h"
  61. //#import "ZFPlayerControlView.h"
  62. //录制视频
  63. //#import "SKVideoCapture.h"
  64. //#import "SKVideoPlayer.h"
  65. #import "ZFPlayer.h"
  66. #import "ZFAVPlayerManager.h"
  67. #import "ZFPlayerControlView.h"
  68. //加密解决
  69. #import "CryptorTools.h"
  70. #import "RSAEncryptor.h"
  71. #import "NSData+AES.h"
  72. //#import <CryptoSwift/CryptoSwift-Swift.h>
  73. #import "AFHTTPSessionManager.h"
  74. //腾讯bugly
  75. #import <Bugly/Bugly.h>
  76. //指纹登录
  77. #import <LocalAuthentication/LocalAuthentication.h>
  78. #import "TalkingData.h"
  79. //身份证识别
  80. ////#import "AVCaptureViewController.h"
  81. //#import "IDInfo.h"
  82. //压缩解压
  83. #import "SSZipArchive.h"
  84. #import "QiniuSDK.h"
  85. //HTML内容解析
  86. #import "XPathQuery.h"
  87. #import "TFHpple.h"
  88. #import "TFHppleElement.h"
  89. #import "DBGuestureLock.h"
  90. //#import "ZBarSDK.h"
  91. //网易七鱼
  92. #import <NIMSDK/NIMSDK.h>
  93. #import <QYSDK/QYSDK.h>
  94. //身份证识别
  95. #import "AVCaptureViewController.h"
  96. #import "IDInfo.h"
  97. //#ifdef __OBJC__
  98. //#import <HelpDeskLite/HelpDeskLite.h>
  99. //#import "HelpDeskUI.h"
  100. //#endif
  101. //#import "masonry"
  102. #import <Masonry.h>
  103. #import "CustomTabBarController.h"
  104. #import "BaseNavController.h"
  105. #import "GlobalData.h"
  106. #import "GlobalMethod.h"
  107. #import "GlobalMethod+Version.h"
  108. #import "WalletHomeVC.h"
  109. #import "WithdrawalRuleVC.h"