package com.yoursway.swt.coolsidebar.viewmodel; import java.util.List; public interface SidebarModel { List<SidebarSection> sections(); }