//
// 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")
}
}
|