Monotone-Parent: 384dd14014733711eebde99220cecaba453622b8

Monotone-Revision: c62df407a68f83e7b71eabc83bc6d1bf88689fff

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-09-26T18:53:28
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-09-26 18:53:28 +00:00
parent 37ab260e1a
commit 698ff19ee4

View File

@@ -24,6 +24,7 @@
#import <SOGoUI/UIxComponent.h>
@class NSDictionary;
@class NSString;
@protocol SOGoContactObject;
@@ -31,7 +32,7 @@
@interface UIxContactsListViewBase : UIxComponent
{
NSString *searchText;
id <SOGoContactObject> currentContact;
NSDictionary *currentContact;
}
@end