| 12345678910111213141516 |
- //
- // JXZYCell.h
- // jitao
- //
- // Created by 罗云飞 on 2018/8/16.
- // Copyright © 2018年 罗云飞. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface JXZYCell : UITableViewCell
- @property(copy,nonatomic)UIButton *JSJY;
- @property(copy,nonatomic)UIButton *JSXQ;
- @property(copy,nonatomic)UIButton *JSZJ;
- @end
|