Add comment per CR

// FREEBIE
This commit is contained in:
Michael Kirk 2018-05-10 11:57:30 -04:00
parent 7631315227
commit 407ec997ab
2 changed files with 3 additions and 0 deletions

View File

@ -162,7 +162,9 @@ NSString *NSStringForContactAddressType(OWSContactAddressType value);
#pragma mark - System Contact Conversion
// `contactForSystemContact` does *not* handle avatars. That must be delt with by the caller
+ (nullable OWSContact *)contactForSystemContact:(CNContact *)systemContact;
+ (nullable CNContact *)systemContactForContact:(OWSContact *)contact imageData:(nullable NSData *)imageData;
#pragma mark - Proto Serialization

View File

@ -558,6 +558,7 @@ NSString *NSStringForContactAddressType(OWSContactAddressType value)
#pragma mark - System Contact Conversion
// `contactForSystemContact` does *not* handle avatars. That must be delt with by the caller
+ (nullable OWSContact *)contactForSystemContact:(CNContact *)systemContact
{
if (!systemContact) {