123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159 |
- //
- // Use this file to import your target's public headers that you would like to expose to Swift.
- //
- #import <Virgil/Virgil.h>
- //#import "AVFoundation/AVFoundation.h"
- //#import "AudioToolBox/AudioToolBox.h"
- //#import "LGAlertView.h"
- //#import "YRSideViewController.h"
- #import "DCRoundSwitch.h"
- #import "MBProgressHUD.h"
- #import "SDPhotoBrowser.h"
- //微信支付
- #import "TestSign.h"
- //支付宝支付
- #import <AlipaySDK/AlipaySDK.h>
- #import "Order.h"
- #import <CoreMotion/CoreMotion.h>
- #import "MJExtension.h"
- #import "AFNetworking.h"
- #import "AFHTTPSessionManager.h"
- #import "UIButton+WebCache.h"
- #import "SDImageCache.h"
- #import "UIImageView+WebCache.h"
- //播放视频
- #import <MediaPlayer/MediaPlayer.h>
- #import "MJRefreshHeader.h"
- //webView加载进度
- #import "NJKWebViewProgress.h"
- //#import "WebViewJavascriptBridge.h"
- #import "WKWebViewJavascriptBridge.h"
- //
- #import "JPUSHService.h"
- #ifdef NSFoundationVersionNumber_iOS_9_x_Max
- #import <UserNotifications/UserNotifications.h>
- #endif
- //录音
- //#import "SoundRecording.h"
- #import "UIScrollView+MJRefresh.h"
- #import "MJRefreshFooter.h"
- #import "MJRefresh.h"
- #import "CommonOC.h"
- #import "FMDB.h"
- #import "MarqueeLabel.h"
- //webView加载进度
- #import "NJKWebViewProgress.h"
- //融云
- //#import <RongIMKit/RongIMKit.h>
- //扫描二维码
- //#import "RootViewController.h"
- #import "SVProgressHUD.h"
- //友盟 分享
- #import <UMSocialCore/UMSocialCore.h>
- #import <UShareUI/UShareUI.h>
- //友盟统计
- //#import "UMMobClick/MobClick.h"
- //跑马灯
- #import "MarqueeLabel.h"
- #import <CoreLocation/CoreLocation.h>
- //播放视频
- //#import "ZFPlayer.h"
- //#import "ZFPlayerControlView.h"
- //录制视频
- //#import "SKVideoCapture.h"
- //#import "SKVideoPlayer.h"
- #import "ZFPlayer.h"
- #import "ZFAVPlayerManager.h"
- #import "ZFPlayerControlView.h"
- //加密解决
- #import "CryptorTools.h"
- #import "RSAEncryptor.h"
- #import "NSData+AES.h"
- //#import <CryptoSwift/CryptoSwift-Swift.h>
- #import "AFHTTPSessionManager.h"
- //腾讯bugly
- #import <Bugly/Bugly.h>
- //指纹登录
- #import <LocalAuthentication/LocalAuthentication.h>
- #import "TalkingData.h"
- //身份证识别
- ////#import "AVCaptureViewController.h"
- //#import "IDInfo.h"
- //压缩解压
- #import "SSZipArchive.h"
- #import "QiniuSDK.h"
- //HTML内容解析
- #import "XPathQuery.h"
- #import "TFHpple.h"
- #import "TFHppleElement.h"
- #import "DBGuestureLock.h"
- //#import "ZBarSDK.h"
- //网易七鱼
- #import <NIMSDK/NIMSDK.h>
- #import <QYSDK/QYSDK.h>
- //身份证识别
- #import "AVCaptureViewController.h"
- #import "IDInfo.h"
- //#ifdef __OBJC__
- //#import <HelpDeskLite/HelpDeskLite.h>
- //#import "HelpDeskUI.h"
- //#endif
- //#import "masonry"
- #import <Masonry.h>
- #import "CustomTabBarController.h"
- #import "BaseNavController.h"
- #import "GlobalData.h"
- #import "GlobalMethod.h"
- #import "GlobalMethod+Version.h"
- #import "WalletHomeVC.h"
- #import "WithdrawalRuleVC.h"
|