Files
eqn.ios/Sources/Earthquake Network/Models/Commands/EQNCommandProtocol.swift
T

16 lines
257 B
Swift

//
// EQNCommandProtocol.swift
// Earthquake Network
//
// Created by Busi Andrea on 14/08/2020.
// Copyright © 2020 Earthquake Network. All rights reserved.
//
import Foundation
@objc
protocol EQNCommandProtocol: class {
@objc func execute()
}