luxlabs header browser preview


@class CSSearchableIndex;

@interface IMINInteractionUtilities : NSObject

@property (retain, nonatomic) CSSearchableIndex *searchableIndex;

+ (id)sharedInstance;

- (id)init;
- (void)dealloc;
- (void)deleteInteractionsWithChatGUIDs:(id)a0;
- (void)deleteInteractionsWithMessageGUIDs:(id)a0;

@end