Back to project page SMSAlive.
The source code is released under:
Apache License
If you think the Android project SMSAlive listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.futuretech.app.smsalive.Domain.crud; /* w ww . j a v a 2 s. co m*/ import com.futuretech.app.smsalive.Domain.models.AccountTransaction; import com.futuretech.app.smsalive.repository.RepositoryUtil; /** * Created by ironhulk on 2014/11/28. */ public interface AccountTransactionCrudService extends RepositoryUtil<AccountTransaction> { }