11 #import "SessionTableCell.h"
15 @synthesize title = _title, server = _server, username = _username, screenshot = _screenshot,
16 disconnectButton = _disconnect_button;
18 - (id)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString *)reuseIdentifier
21 self = [
super initWithStyle:style reuseIdentifier:reuseIdentifier];
29 - (void)setSelected:(BOOL)selected animated:(BOOL)animated
32 [
super setSelected:selected animated:animated];