Skip to content

Commit

Permalink
fix(addressbook): handle vCard with multiple title values
Browse files Browse the repository at this point in the history
  • Loading branch information
cgx committed Jul 10, 2020
1 parent 208ee08 commit 3d25b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SoObjects/Contacts/NGVCard+SOGo.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
- (void) setNotes: (NSArray *) newNotes;
- (NSArray *) notes;

- (void) setTitles;
- (void) setTitles: (NSArray *) newTitles;
- (NSArray *) titles;

@end
Expand Down

0 comments on commit 3d25b8b

Please sign in to comment.