UITableViewCell+Private.h 286 B

12345678
  1. @interface UITableViewCell (Private)
  2. @property (setter=_setDrawsSeparatorAtTopOfSection:) BOOL _drawsSeparatorAtTopOfSection;
  3. @property (setter=_setDrawsSeparatorAtBottomOfSection:) BOOL _drawsSeparatorAtBottomOfSection;
  4. @property (setter=_setMarginWidth:) CGFloat _marginWidth;
  5. @end