Interface card service

This commit is contained in:
Umberto Furno 2019-11-12 00:37:18 +01:00
parent 1389f90161
commit 4ea505510f
4 changed files with 21 additions and 0 deletions

9
.idea/compiler.xml Normal file
View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CompilerConfiguration">
<bytecodeTargetLevel>
<module name="wedroid.wrapper.main" target="1.8" />
<module name="wedroid.wrapper.test" target="1.8" />
</bytecodeTargetLevel>
</component>
</project>

View File

@ -0,0 +1,4 @@
package wekan.wrapper.api;
public interface CardService {
}

View File

@ -0,0 +1,4 @@
package wekan.wrapper.entity;
public class Card {
}

View File

@ -0,0 +1,4 @@
package wekan.wrapper.api;
public class CardServiceTest {
}