| 1234567891011121314151617 |
- //
- // JODidSubscribleTableViewCell.h
- // shiku_im
- //
- // Created by 周西 on 16/10/11.
- // Copyright © 2016年 Reese. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "ZXsubButton.h"
- @interface JODidSubscribleTableViewCell : UITableViewCell
- @property(nonatomic,strong)UIImageView * image2;
- @property(nonatomic,strong)UILabel * lable2;
- @property(nonatomic,strong) ZXsubButton * button2;
- @end
|