Skip to content

Instantly share code, notes, and snippets.

View tarunbhutani's full-sized avatar

Tarun Bhutani tarunbhutani

View GitHub Profile
@tarunbhutani
tarunbhutani / DarwinNotificationCenter.swift
Created April 12, 2021 12:49 — forked from AvdLee/DarwinNotificationCenter.swift
A notification center for Darwin Notifications. MIT License applies.
//
// DarwinNotificationCenter.swift
//
// Copyright © 2017 WeTransfer. All rights reserved.
//
import Foundation
/// A Darwin notification payload. It does not contain any userInfo, a Darwin notification is purely event handling.
public struct DarwinNotification {