blob: 72f2c9848d289364e73e9799b9c582903960af38 [file] [log] [blame]
public interface BaseInterface {
void baseInterfaceMethod();
}