Respond to CR.

// FREEBIE
pull/1/head
Matthew Chen 8 years ago
parent eabda5ad90
commit 033ce90dd3

@ -1644,12 +1644,6 @@ typedef enum : NSUInteger {
}
cell.delegate = collectionView;
// @property (nonatomic) uint64_t expiresAtSeconds;
// @property (nonatomic) uint32_t expiresInSeconds;
//
// @property (nonatomic, copy) NSDate *messageDate;
// @property (nonatomic, retain) NSString *messageBody;
if (message.shouldStartExpireTimer && [cell conformsToProtocol:@protocol(OWSExpirableMessageView)]) {
id<OWSExpirableMessageView> expirableView = (id<OWSExpirableMessageView>)cell;
[expirableView startExpirationTimerWithExpiresAtSeconds:message.expiresAtSeconds

Loading…
Cancel
Save