// // Copyright (c) 2018 Open Whisper Systems. All rights reserved. // NS_ASSUME_NONNULL_BEGIN @class OWSContactsManager; @class ThreadModel; @class YapDatabaseReadTransaction; @interface HomeViewCell : UITableViewCell + (CGFloat)rowHeight; + (NSString *)cellReuseIdentifier; - (void)configureWithThread:(ThreadModel *)thread contactsManager:(OWSContactsManager *)contactsManager blockedPhoneNumberSet:(NSSet *)blockedPhoneNumberSet; @end NS_ASSUME_NONNULL_END