| 1234567891011121314151617181920 |
- //
- // AllJOTableViewCell.h
- // shiku_im
- //
- // Created by on 16/9/7.
- // Copyright © 2016年 Reese. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface AllJOTableViewCell : UITableViewCell
- @property(nonatomic,strong)UIImageView * imageV;
- @property(nonatomic,strong)UILabel * lable;
- @property(nonatomic,strong)UILabel * lable1;
- @property(nonatomic,strong)UIButton * button;
- @end
|