chore(addressbook): remove UIxContactView.wox and UIxListView.wox

This commit is contained in:
Francis Lachapelle
2022-02-02 10:59:53 -05:00
parent 4f255ac9d5
commit e54631becf
7 changed files with 7 additions and 206 deletions
-6
View File
@@ -29,14 +29,8 @@
@interface UIxContactView : UIxComponent
{
NGVCard *card;
NSArray *phones;
CardElement *homeAdr;
CardElement *workAdr;
NSMutableArray *photosURL;
}
//- (NSString *) fullName;
//- (NSArray *) orgUnits;
- (NSString *) photoURL;
@end