暂无描述

NotificationExt.swift 297B

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