Files
SpotMenu/Spotify/InternalNotification.swift
T
2016-09-08 14:40:22 +02:00

13 lines
270 B
Swift

//
// InternalNotification.swift
// SpotMenu
//
// Created by Miklós Kristyán on 02/09/16.
// Copyright © 2016 KM. All rights reserved.
//
import Foundation
public struct InternalNotification {
public static let key = "com.KMikiy.SpotMenu.NotificationKey"
}