123456789101112131415 |
- #import "WFCUMessageCellBase.h"
- @interface WFCURecallCell : WFCUMessageCellBase
- @property (nonatomic, strong)UILabel *infoLabel;
- @property (nonatomic, strong)UIButton *reeditButton;
- @property (nonatomic, strong)UIView *recallContainer;
- @end
|