Notification+NY.swift 307 B

1234567891011121314
  1. //
  2. // File.swift
  3. // SwiftBilibili
  4. //
  5. // Created by Ning.ge on 2023/6/28.
  6. // Copyright © 2023 罗文. All rights reserved.
  7. //
  8. import UIKit
  9. extension Notification {
  10. public static let updateItemTopTotalNameNotification = Notification.Name(rawValue: "APPp.notification.name.updateItem.total")
  11. }