open/demo_src/TCP_Client/MobileIMSDK4iDemo_tcp/MobileIMSDK4iDemo/ChatInfoTableViewCell.m

32 lines
1.1 KiB
Mathematica
Raw Normal View History

2025-01-18 15:55:12 +08:00
// ----------------------------------------------------------------------
// Copyright (C) 2021 (52im.net) & Jack Jiang.
// The MobileIMSDK_TCP (MobileIMSDK v6.x TCP) Project.
// All rights reserved.
//
// > Github: https://github.com/JackJiang2011/MobileIMSDK
// > : http://www.52im.net/forum-89-1.html
// > http://www.52im.net/
// > 215477170 (http://www.52im.net/topic-qqgroup.html)
// >
// > http://www.52im.net/thread-2792-1-1.html
//
// "即时通讯网(52im.net) - 即时通讯开发者社区!"
// ----------------------------------------------------------------------
#import "ChatInfoTableViewCell.h"
@implementation ChatInfoTableViewCell
- (void)awakeFromNib {
[super awakeFromNib];
// Initialization code
}
- (void)setSelected:(BOOL)selected animated:(BOOL)animated {
[super setSelected:selected animated:animated];
// Configure the view for the selected state
}
@end