luxlabs header browser preview


@class IMChat, IMHandle;

@interface IMStewieStoppedSharingChatItem : IMTranscriptChatItem {
    IMHandle *_handle;
}

@property (weak, nonatomic) IMChat *chat;

- (void).cxx_destruct;
- (id)handle;
- (id)copyWithZone:(struct _NSZone { } *)a0;
- (id)_initWithItem:(id)a0 emergencyUserHandle:(id)a1 chat:(id)a2;

@end