123456789101112131415161718192021222324252627282930313233 |
- //
- // LZMMessageListCell.h
- // YouHuiProject
- //
- // Created by 小花 on 2018/5/21.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "LZMMessageModel.h"
- @interface LZMMessageListCell : UITableViewCell
- @property (nonatomic, strong) LZMMessageModel *model;
- + (instancetype)cellWithTableView:(UITableView *)tableView;
- - (void)isRead;
- @property UIButton *a3Kd8pJeil;
- @property UISwitch *ayLObXUSD4k;
- @property UIImageView *aoF1jNi;
- @property UIFont *agzDWaKq;
- @property UIFont *aTUmQYRI;
- @property UILabel *agdb6var7Y;
- @property UIAlertAction *amsDnfCi;
- @property UIEvent *aQrBGn;
- @property UILabel *ak4XF2Gpiq;
- @property UIEvent *a71UFH9;
- @property UISwitch *at9IcuOPxz;
- @property UIVisualEffectView *a235qVyWe;
- @property UIUserInterfaceIdiom *arQuaL4Oi7;
- @property UIControlEvents *ayfR3ks;
- @property UIRegion *aPQ0VkZD;
- @property UIInputView *awI5Fk;
- @end
|