@class UILabel, SHSBadgeView; @interface SHSDualSIMListCell : PSTableCell @property (retain, nonatomic) SHSBadgeView *badgeView; @property (retain, nonatomic) UILabel *nameLabel; @property (retain, nonatomic) UILabel *numberLabel; @property (retain, nonatomic) UILabel *detailToneTextLabel; @property (retain, nonatomic) SHSBadgeView *centeredBadgeView; @property (retain, nonatomic) UILabel *centeredNameLabel; + (long long)cellStyle; - (id)textLabel; - (void)refreshCellContentsWithSpecifier:(id)a0; - (void).cxx_destruct; - (id)initWithStyle:(long long)a0 reuseIdentifier:(id)a1; - (BOOL)canReload; - (id)detailTextLabel; - (BOOL)canBeChecked; - (void)_setBadge:(id)a0 andLabel:(id)a1 andPhoneNumber:(id)a2; - (void)_setCenteredBadge:(id)a0 andLabel:(id)a1; @end