No Description

NotificationExt.swift 302B

12345678910111213141516
  1. //
  2. // NotificationExt.swift
  3. // QRView
  4. //
  5. // Created by LISA on 2017/7/17.
  6. // Copyright © 2017年 FFIB. All rights reserved.
  7. //
  8. import Foundation
  9. extension Notification {
  10. struct QRNotification {
  11. static let RestartNotification = Notification.Name("com.QR.RestartNotification")
  12. }
  13. }