File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ extern NSString *const kXMPPvCardTempElement;
84
84
@property (nonatomic , strong ) NSString *uid;
85
85
@property (nonatomic , strong ) NSString *url;
86
86
@property (nonatomic , strong ) NSString *version;
87
- @property (nonatomic , strong ) NSString *description ;
87
+ @property (nonatomic , strong ) NSString *desc ;
88
88
89
89
@property (nonatomic , assign ) XMPPvCardTempClass privacyClass;
90
90
@property (nonatomic , strong ) NSData *key;
Original file line number Diff line number Diff line change @@ -819,12 +819,12 @@ - (void)setVersion:(NSString *)version {
819
819
}
820
820
821
821
822
- - (NSString *)description {
822
+ - (NSString *)desc {
823
823
return [[self elementForName: @" DESC" ] stringValue ];
824
824
}
825
825
826
826
827
- - (void )setDescription : (NSString *)desc {
827
+ - (void )setDesc : (NSString *)desc {
828
828
XMPP_VCARD_SET_STRING_CHILD (desc, @" DESC" );
829
829
}
830
830
You can’t perform that action at this time.
0 commit comments