CKTranscriptRecipientsHeaderFooterView.h 335 B

12345678910111213
  1. @interface CKTranscriptRecipientsHeaderFooterView : UITableViewHeaderFooterView
  2. + (NSString *)identifier;
  3. - (instancetype)initWithReuseIdentifier:(NSString *)reuseIdentifier;
  4. @property (nonatomic, retain) UILabel *preceedingSectionFooterLabel;
  5. @property (nonatomic, retain) UIView *bottomSeparator;
  6. @property CGFloat margin;
  7. @end