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