-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathShanChain-Bridging-Header.h
More file actions
80 lines (73 loc) · 2.69 KB
/
ShanChain-Bridging-Header.h
File metadata and controls
80 lines (73 loc) · 2.69 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
//
// Use this file to import your target's public headers that you would like to expose to Swift.
//
#ifndef ShanChain_Bridging_Header_h
#define ShanChain_Bridging_Header_h
// 百度地图
#import <BaiduMapAPI_Base/BMKBaseComponent.h>//引入base相关所有的头文件
#import <BaiduMapAPI_Map/BMKMapComponent.h>//引入地图功能所有的头文件
//#import <BaiduMapAPI_Search/BMKSearchComponent.h>//引入检索功能所有的头文件
//#import <BaiduMapAPI_Cloud/BMKCloudSearchComponent.h>//引入云检索功能所有的头文件
#import <BaiduMapAPI_Location/BMKLocationComponent.h>//引入定位功能所有的头文件
//#import <BaiduMapAPI_Utils/BMKUtilsComponent.h>//引入计算工具所有的头文件
//#import <BaiduMapAPI_Radar/BMKRadarComponent.h>//引入周边雷达功能所有的头文件
#import <BaiduMapAPI_Map/BMKMapView.h>//只引入所需的单个头文件
#import "JCAddMapViewController.h"
#import <JMessage/JMessage.h>
#import "Reachability.h"
#import "KILabel.h"
#import "DLSlideView.h"
#import "DLTabedSlideView.h"
#import "FMDB.h"
#import "UIViewController+CWLateralSlide.h"
#import "UIViewController+BackButtonHandler.h"
#import "LeftViewController.h"
#import "UIViewController+SYBase.h"
#import "UIView+property.h"
#import "HHTool.h"
#import "DefMacro .h"
#import "Masonry.h"
#import "NSString+Addition.h"
#import "NSString+Extension.h"
#import "UIViewController+HRAlertViewController.h"
#import "SCNetwork.h"
#import "MJRefresh.h"
#import "SCBaseVC.h"
#import "SCCacheTool.h"
#import "NSDate+Estension.h"
#import "UITableView+Registered.h"
#import "UIImageView+sd.h"
#import "ShowSelectTableView.h"
#import "UIViewController+NoDataTip.h"
#import "UIImage+Extension.h"
#import "UIButton+Extension.h"
#import "UITextView+Placeholder.h"
#import "CoordnateInfosModel.h"
#import "EditInfoService.h"
#import "MCDate.h"
#import "UIImage+MingleChang.h"
#import "NSObject+customProperty.h"
#import "AppDelegate.h"
#import "SCAppManager.h"
#import "SuspendBall.h"
#import "UIButton+EnlargeTouchArea.h"
#import "PublicShareService.h"
#import "DUX_UploadUserIcon.h"
#import "SCReportController.h" //举报
#import "MyWalletViewController.h" //钱包
#import "OpinionFeedbackViewController.h" // 意见反馈
#import "CommonShareModel.h"
#import "SCAliyunUploadMananger.h"
#import "ScanCodeService.h"
#import "CouponVerificationService.h"
#import "UIView+LSCore.h"
#import "KPKeyBoard.h" //大写键盘
#import "SCMD5Tool.h"
#import "SCAES.h"
#import "DUX_UploadUserIcon.h"
#import "SavePhotoToAssignpath.h"
#import "MJExtension.h"
#import "BMKTestLocationViewController.h" // 地图
#import "SCCacheChatRecord.h"
#import "SystemInformationViewController.h"//系统消息
#endif /* ShanChain_Bridging_Header_h */