package com.gildedrose; public interface ItemInterface { void updateQuality(); void updateNumberOfdayToSellRemaining(); }