Co-authored-by: TakahashiNg <83152264+TakahashiNguyen@users.noreply.github.com> Reviewed-on: #49
This commit was merged in pull request #49.
This commit is contained in:
@@ -5,4 +5,6 @@ public interface MenuItemInterface {
|
||||
void setName(String x);
|
||||
Double getPrice();
|
||||
void setPrice(Double x);
|
||||
String getImageUrl();
|
||||
void setImageUrl(String x);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user