13 lines
270 B
Swift
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"
|
|
} |