mirror of
https://github.com/nicoverbruggen/phpmon.git
synced 2025-08-08 12:29:54 +02:00
16 lines
265 B
Swift
16 lines
265 B
Swift
//
|
|
// Events.swift
|
|
// PHP Monitor
|
|
//
|
|
// Created by Nico Verbruggen on 23/01/2022.
|
|
// Copyright © 2022 Nico Verbruggen. All rights reserved.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
class Events {
|
|
|
|
static let ServicesUpdated = Notification.Name("ServicesUpdated")
|
|
|
|
}
|