// // File.swift // // // Created by Manali Mogre on 17/08/2020. // import Foundation protocol CustomisedItem { var item: Item { get set } func updateItemState() }