1234567891011121314151617 |
- //
- // KXLoanButton.h
- // QBCS
- //
- // Created by kuxuan on 2017/6/5.
- // Copyright © 2017年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface KXLoanButton : UIControl
- @property (nonatomic,copy)NSString *name;
- @property (nonatomic,strong)UIImage *buttonImage;
- @property (nonatomic,strong)UIButton *redButton;
- @property (nonatomic,copy) NSString *descName;
- @end
|