11#import "BookmarkTableCell.h" 
   15@synthesize title = _title, subTitle = _sub_title, connectionStateIcon = _connection_state_icon;
 
   17- (id)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString *)reuseIdentifier
 
   19  if ((
self = [super initWithStyle:style reuseIdentifier:reuseIdentifier]))
 
   26- (void)setSelected:(BOOL)selected animated:(BOOL)animated
 
   29  [
super setSelected:selected animated:animated];