The interface-body of an interface defines the members of the interface.
interface-body
{
interface-member-declarations
}