12345678910111213141516171819202122232425262728293031 |
- //
- // YZMAMessageListCell.h
- // YouHuiProject
- //
- // Created by 小花 on 2018/5/21.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "YZMAMessageModel.h"
- @interface YZMAMessageListCell : UITableViewCell
- @property (nonatomic, strong) YZMAMessageModel *model;
- + (instancetype)cellWithTableView:(UITableView *)tableView;
- - (void)isRead;
- @property UICollectionView *asJi7E;
- @property UIAlertView *aGzAoX4i;
- @property UIControlEvents *aLQyXbBr3O;
- @property UIFontWeight *aR9gad2ZsN;
- @property UITableView *aomuK;
- @property UIImageView *a3YBzaVW4D8;
- @property UIInputView *aJSxtgwBH9;
- @property UIActivity *aowZU7;
- @property UIMenuItem *aCUrkX5EL3;
- @property UIColor *a4yVSfN;
- @property UIViewController *abc0g86qH;
- @property UIMotionEffect *a731wS;
- @property UIView *aIgz3C0;
- @property UIAlertAction *aW7kCXO;
- @end
|