ICommand

public protocol ICommand : INotifier

The interface definition for a PureMVC Command.

`@see org.puremvc.swift.multicore.interfaces INotification