another.im-ios/Monal/Classes/MLChatImageCell.h

21 lines
315 B
C
Raw Permalink Normal View History

2024-11-18 14:53:52 +00:00
//
// MLChatImageCell.h
// Monal
//
// Created by Anurodh Pokharel on 12/24/17.
// Copyright © 2017 Monal.im. All rights reserved.
//
#import "MLBaseCell.h"
@class MLMessage;
@interface MLChatImageCell : MLBaseCell
-(void) initCellWithMLMessage:(MLMessage*) message;
-(UIImage*) getDisplayedImage;
@end