1 package com.android.car.ui.recyclerview;
2 
3 /**
4  * All items that can be inserted into {@link CarUiListItemAdapter} must extend this class.
5  */
6 public abstract class CarUiListItem {
7 }
8