Add comment per CR

// FREEBIE
pull/1/head
Michael Kirk 6 years ago
parent 7631315227
commit 407ec997ab

@ -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

@ -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) {

Loading…
Cancel
Save