@interface UITableViewCell (Private)

@property (setter=_setDrawsSeparatorAtTopOfSection:) BOOL _drawsSeparatorAtTopOfSection;
@property (setter=_setDrawsSeparatorAtBottomOfSection:) BOOL _drawsSeparatorAtBottomOfSection;
@property (setter=_setMarginWidth:) CGFloat _marginWidth;

@end
