摘要: // 获取Appdelegate let myAppdelegate = UIApplication.shared.delegate as! AppDelegate // 获取Appdelegate的熟悉 if myAppdelegate.xxxxx != nil { xxxxx = myAppdelegate.xxxxx } 阅读全文
posted @ 2016-11-04 09:57 乐启榜 阅读(2456) 评论(0) 推荐(0)