- //
- // File.swift
- // SwiftBilibili
- //
- // Created by Ning.ge on 2023/6/28.
- // Copyright © 2023 罗文. All rights reserved.
- //
- import UIKit
- extension Notification {
-
- public static let updateItemTopTotalNameNotification = Notification.Name(rawValue: "APPp.notification.name.updateItem.total")
- }
|