Creating Interfaces
interface InterfaceName { // Interface code goes here. } interface IMessageSender { private var _msToSend:Message; // Incorrect. }