9 #import <UIKit/UIKit.h> 19 + (CGFloat) getPreferredHeight:(NSString*)text;
21 @property (nonatomic, copy) NSString* title;
22 @property (nonatomic, copy) NSString* value;
Definition: SummaryCell.h:12
UILabel * titleLabel
Definition: SummaryCell.h:13
UILabel * valueLabel
Definition: SummaryCell.h:14
NSString * title
Definition: SummaryCell.h:15
NSString * value
Definition: SummaryCell.h:16