- //
- // Notification.swift
- // OmniKit
- //
- // Created by Pete Schwamb on 2/22/18.
- // Copyright © 2018 Pete Schwamb. All rights reserved.
- //
- import Foundation
- extension Notification.Name {
- static let DeviceRadioConfigDidChange = Notification.Name(rawValue: "com.rileylink.RileyLinkKit.DeviceRadioConfigDidChange")
- }
|