package com.frozendevs.periodictable.model; public interface TableItem { int getCategory(); }