SBNotificationCell.h 110 B

123456
  1. @interface SBNotificationCell : UITableViewCell
  2. @property (nonatomic, retain) UIView *realContentView;
  3. @end