// // KXUpDownButton.h // CAISHEN // // Created by kuxuan on 2017/8/28. // Copyright © 2017年 kuxuan. All rights reserved. // #import @interface KXUpDownButton : UIControl @property (nonatomic,strong)UILabel *titleLabel; @property (nonatomic,strong)UIImageView *imageView; @end