remove redundant protocol definition

`debugDescription` is defined on all NSObjects (but as a property)

// FREEBIE
pull/1/head
Michael Kirk 6 years ago
parent 5a80001878
commit 742492dd32

@ -34,8 +34,6 @@ NSString *NSStringForContactPhoneType(OWSContactPhoneType value);
- (NSString *)localizedLabel;
- (NSString *)debugDescription;
@end
#pragma mark -

Loading…
Cancel
Save