| 123456789101112131415161718 |
- //
- // NewMyxuqiuCell.h
- // jitao
- //
- // Created by 罗云飞 on 2018/8/27.
- // Copyright © 2018年 罗云飞. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "NewMyneedsViewModel.h"
- @interface NewMyxuqiuCell : UITableViewCell
- @property(copy,nonatomic)UILabel *title;
- @property(copy,nonatomic)UILabel *time;
- @property(copy,nonatomic)UILabel *Collectionnumber;
- @property(copy,nonatomic)UIButton *fowllerbT;
- - (void)assignment:(NewMyneedsViewModel *)model;
- @end
|