package com.asha.nightowllib.handler.impls;
import android.widget.Button;
import com.asha.nightowllib.NightOwlTable;
import com.asha.nightowllib.handler.annotations.OwlHandle;
import com.asha.nightowllib.handler.annotations.OwlSysStyleable;
/**
* Created by hzqiujiadi on 15/11/7.
* hzqiujiadi ashqalcn@gmail.com
*/
@OwlSysStyleable("textAppearance")
@OwlHandle(Button.class)
public class ButtonHandler extends AbsSkinHandler implements NightOwlTable.OwlButton {
}