diff --git a/KotlinServer/Methods.java.twig b/KotlinServer/Methods.java.twig deleted file mode 100644 index a953676..0000000 --- a/KotlinServer/Methods.java.twig +++ /dev/null @@ -1,16 +0,0 @@ -/* - * This code is autogenerated by Touch Instinct tools - */ -package {{ packageName }}.api; - -import androidx.annotation.NonNull; - -import io.reactivex.Single; -import retrofit2.http.Body; -import retrofit2.http.POST; - -public interface {{ name }}Api { - {% for method in methods %} - {%- include 'blocks/method/method-func.twig' with { method: method } %} - {% endfor %} -}