This commit is contained in:
2025-10-16 10:32:02 +02:00
parent dedc20f54a
commit 2f3b2f3125
4 changed files with 74 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
/**
* L'interface <code>Interface</code>
*
* @version
* @author
* Date :
* Licence :
*/
public interface Interface {
//Méthodes
public void Action() ;
}