fix(addressbook): handle vCard with multiple title values

This commit is contained in:
Francis Lachapelle
2020-07-10 17:04:24 -04:00
parent 208ee08960
commit 3d25b8b571

View File

@@ -56,7 +56,7 @@
- (void) setNotes: (NSArray *) newNotes;
- (NSArray *) notes;
- (void) setTitles;
- (void) setTitles: (NSArray *) newTitles;
- (NSArray *) titles;
@end