No Description
//// NotificationExt.swift// QRView//// Created by FFIB on 2017/7/17.// Copyright © 2017年 FFIB. All rights reserved.//import UIKitextension Notification { struct QRNotification { static let RestartNotification = Notification.Name("com.QR.RestartNotification") }}