TWO OPTIONS

1. add normal class

When you add the interface terms:

public interface InterfaceClass {

}

the class will automatically transform to a Interface Class

interface symbol

2. add Interface instead of class

add interface