From 2a8d65d91258689d2f51448517245b247a08a61b Mon Sep 17 00:00:00 2001
From: younger_times <841720330@qq.com>
Date: 星期六, 06 五月 2023 11:20:16 +0800
Subject: [PATCH] Google Map

---
 BrokerDriver/Def.swift |   21 ++-------------------
 1 files changed, 2 insertions(+), 19 deletions(-)

diff --git a/BrokerDriver/Def.swift b/BrokerDriver/Def.swift
index 4af840f..e59c428 100644
--- a/BrokerDriver/Def.swift
+++ b/BrokerDriver/Def.swift
@@ -76,23 +76,6 @@
     hud.hide(animated: true, afterDelay: 1.7)
 }
 
+// MARK: -- Key
 
-//extension UICollectionView{
-//    public func jq_setEmptyView( _ noticeStr:String? = nil,image:UIImage? = UIImage(named: "icon_empty"),foregroundColor:UIColor = UIColor.gray,clouse:((EmptyDataSetView)->Void)? = nil) {
-//        self.emptyDataSetView { (emptyDataSetView) in
-//            emptyDataSetView.titleLabelString(NSAttributedString.init(string: (noticeStr != nil) ? noticeStr! : Localized("暂无数据"), attributes: [.font:UIFont.systemFont(ofSize: 16,weight: .medium), .foregroundColor:foregroundColor as Any]))
-//                .image(image)
-//                .dataSetBackgroundColor(UIColor.white)
-//                .verticalOffset(-50)
-//                .verticalSpace(0)
-//                .shouldDisplay(true)
-//                .shouldFadeIn(true)
-//                .isTouchAllowed(true)
-//                .isScrollAllowed(true)
-//                .didTapContentView {
-//
-//                }
-//            clouse?(emptyDataSetView)
-//        }
-//    }
-//}
+let GoogleAppKey = "AIzaSyBBW0XxW1FK7IXmmS7KFtAjX3o99eFPsss"

--
Gitblit v1.7.1