luxlabs header browser preview


@class UILabel;

@interface STSummationView : UIView

@property (retain, nonatomic) UILabel *titleLabel;
@property (retain, nonatomic) UILabel *detailLabel;

- (void).cxx_destruct;
- (id)initWithTitle:(id)a0 detailText:(id)a1;

@end