4 lines
54 B
Java
4 lines
54 B
Java
public interface ac {
|
|
void a() throws Exception;
|
|
}
|
public interface ac {
|
|
void a() throws Exception;
|
|
}
|