1234567891011121314151617181920212223 |
- #import "KSChatListCell.h"
- @implementation KSChatListCell
- - (void)awakeFromNib {
- [super awakeFromNib];
-
- }
- - (void)setSelected:(BOOL)selected animated:(BOOL)animated {
- [super setSelected:selected animated:animated];
-
- }
- @end
|