import 'package:invoiceninja/redux/ui/list_ui_state.dart'; abstract class EntityUIState { ListUIState get listUIState; }