luxlabs header browser preview


@class NSArray;

@interface IMAggregateMessagePartChatItem : IMTextMessagePartChatItem

@property (readonly, copy, nonatomic) NSArray *subparts;

- (id)description;
- (void).cxx_destruct;
- (id)copyWithZone:(struct _NSZone { } *)a0;
- (id)_initWithItem:(id)a0 messagePartRange:(struct _NSRange { unsigned long long x0; unsigned long long x1; })a1 subparts:(id)a2;
- (id)replyContextPreviewChatItemForReply:(id)a0 chatContext:(id)a1;

@end