| 12345678910111213141516171819 |
- //
- // MsgCellLeft.h
- // testChatVC
- //
- // Created by zzl on 16/7/25.
- // Copyright © 2016年 zzl. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @class M80AttributedLabel;
- @interface MsgCellLeft : UITableViewCell
- @property (weak, nonatomic) IBOutlet UIImageView *mheadimg;
- @property (weak, nonatomic) IBOutlet NSLayoutConstraint *mlabelconstH;
- @property (weak, nonatomic) IBOutlet M80AttributedLabel *mmsglabel;
- @property (weak, nonatomic) IBOutlet NSLayoutConstraint *mlabelconstW;
- @end
|