move money transaction interface
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package com.faf223.expensetrackerfaf.model;
|
||||
|
||||
import com.faf223.expensetrackerfaf.model.User;
|
||||
|
||||
public interface IMoneyTransaction {
|
||||
|
||||
User getUser();
|
||||
int getAmount();
|
||||
String getCategory();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user