| 1234567891011121314151617 |
- //
- // ShangjiKuCell.h
- // shiku_im
- //
- // Created by huangyp-pc on 16/6/28.
- // Copyright © 2016年 Reese. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface ShangjiKuCell : UITableViewCell
- @property(nonatomic,strong)UIImageView *bgImageV;
- @property(nonatomic,strong)UIImageView *selectImageV;
- @property(nonatomic,strong)UILabel *shangjiKu;
- @end
|