1234567891011121314151617 |
- //
- // KXQuestionButton.h
- // QBCS
- //
- // Created by kuxuan on 2017/6/9.
- // Copyright © 2017年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface KXQuestionButton : UIControl
- @property (nonatomic,strong)UILabel *nameLabel;
- @property (nonatomic,strong)UIImageView *imageView;
- -(void)setImageInpage;
- @end
|