CKConversationList.h 91 B

123456
  1. @interface CKConversationList : NSObject {
  2. NSMutableArray *_trackedConversations;
  3. }
  4. @end