Aucune description

KXUpDownButton.h 305B

123456789101112131415161718
  1. //
  2. // KXUpDownButton.h
  3. // CAISHEN
  4. //
  5. // Created by kuxuan on 2017/8/28.
  6. // Copyright © 2017年 kuxuan. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface KXUpDownButton : UIControl
  10. @property (nonatomic,strong)UILabel *titleLabel;
  11. @property (nonatomic,strong)UIImageView *imageView;
  12. @end