package com.asha.nightowllib.handler.impls; import android.widget.ListView; import com.asha.nightowllib.NightOwlTable; import com.asha.nightowllib.handler.annotations.OwlHandle; /** * Created by hzqiujiadi on 15/11/13. * hzqiujiadi ashqalcn@gmail.com */ @OwlHandle(ListView.class) public class ListViewHandler extends AbsSkinHandler implements NightOwlTable.OwlListView { }