Respond to CR.

// FREEBIE
This commit is contained in:
Matthew Chen 2017-04-14 11:07:22 -04:00
parent aa70ada399
commit f191d6b096
1 changed files with 2 additions and 0 deletions

View File

@ -209,6 +209,8 @@ NSString *const kTSOutgoingMessageSentRecipientAll = @"kTSOutgoingMessageSentRec
#pragma mark - Update Methods
// This method does the work for the "updateWith..." methods. Please see
// the header for a discussion of those methods.
- (void)applyChangeToSelfAndLatestOutgoingMessage:(YapDatabaseReadWriteTransaction *)transaction
changeBlock:(void (^)(TSOutgoingMessage *))changeBlock
{