Changed folder structure
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
package com.faf223.expensetrackerfaf.util;
|
||||
|
||||
import com.faf223.expensetrackerfaf.model.User;
|
||||
|
||||
public interface IMoneyTransaction {
|
||||
|
||||
User getUser();
|
||||
|
||||
long getUserId();
|
||||
int getAmount();
|
||||
String getCategory();
|
||||
|
||||
Reference in New Issue
Block a user