Nenhuma Descrição

KXLoanButton.h 381B

1234567891011121314151617
  1. //
  2. // KXLoanButton.h
  3. // QBCS
  4. //
  5. // Created by kuxuan on 2017/6/5.
  6. // Copyright © 2017年 kuxuan. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface KXLoanButton : UIControl
  10. @property (nonatomic,copy)NSString *name;
  11. @property (nonatomic,strong)UIImage *buttonImage;
  12. @property (nonatomic,strong)UIButton *redButton;
  13. @property (nonatomic,copy) NSString *descName;
  14. @end