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