JLChen
2021-05-18 a869383e163a18cdedcf587383c1eca043129754
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
//
//  DHAddDeviceModule-Bridge.h
//  LCIphone
//
//  Created by iblue on 2018/6/4.
//  Copyright © 2018年 dahua. All rights reserved.
//    Swift需要用到的OC头文件
 
#ifndef DHAddDeviceModule_Bridge_h
#define DHAddDeviceModule_Bridge_h
 
//添加模块
#import "LCQRCode.h"
#import "DHNetSDKSearchManager.h"
#import "ISearchDeviceNetInfo.h"
#import "DHNetSDKInitialManager.h"
#import "DHApWifiInfo.h"
#import "DHNetSDKHelper.h"
#import "DHNetSDKInterface.h"
#import "LanDeviceBridge.h"
#import "LCAddBoxGudieView.h"
#import "LCSmartConfig.h"
#import "MMTimeZoneHelper.h"
#import "MMTimeZoneModel.h"
 
// 分享模块
#import "LCShareHelper.h"
#import "LCShareInfo.h"
 
//依赖的模块
#import <Categories/Categories.h>
#import <LCWeiKit/DHApInfo.h>
#import <DHBaseModule/DHBaseModule.h>
 
//第三方
#import <TTTAttributedLabel/TTTAttributedLabel.h>
 
#endif /* DHAddDeviceModule_Bridge_h */