@class NSString, WBSSavedAccount, SFAccountIconSharingBadgeImageCoordinator, UILabel, UIView; @protocol SFAccountTableViewCellDelegate; @interface SFAccountTableViewCell : UITableViewCell { UILabel *_monogramLabel; UIView *_monogramBackgroundView; SFAccountIconSharingBadgeImageCoordinator *_badgeImageCoordinator; } @property (readonly, nonatomic) WBSSavedAccount *savedAccount; @property (readonly, nonatomic) NSString *searchPattern; @property (readonly, nonatomic) BOOL isIconMonogram; @property (weak, nonatomic) id delegate; @property (readonly, nonatomic) BOOL safari_hasOneTimeCodeGenerator; @property (readonly, nonatomic) BOOL safari_hasWebsite; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (void)setIcon:(id)a0; - (void).cxx_destruct; - (id)initWithStyle:(long long)a0 reuseIdentifier:(id)a1; - (void)layoutSubviews; - (void)_updateAccessibilityIdentifiers; - (void)_updateSharedAccountBadgeImageViewIfNecessary; - (void)safari_copyOneTimeCode; - (void)safari_copyPassword; - (void)safari_copyUserName; - (void)safari_copyWebsite; - (void)setSavedAccount:(id)a0 searchPattern:(id)a1 emphasizeUserName:(BOOL)a2; - (void)setSavedAccount:(id)a0 searchPattern:(id)a1 emphasizeUserName:(BOOL)a2 savedAccountHasSameUsernameAndHighLevelDomainPairAsOtherSharedSavedAccount:(BOOL)a3; - (void)setSavedAccount:(id)a0 withWarnings:(id)a1 savedAccountIsOnlySavedAccountForHighLevelDomain:(BOOL)a2; - (void)showPlaceholderImageForDomain:(id)a0 backgroundColor:(id)a1; @end