8 lines
238 B
Swift
8 lines
238 B
Swift
import Foundation
|
|
|
|
// MARK: - PHBar Notification Names
|
|
|
|
extension IPCNotificationName {
|
|
/// Sent by `phbar refresh` to request the running status bar to update.
|
|
static let refresh = IPCNotificationName("com.paninihouse.phbar.refresh")
|
|
} |