another.im-ios/Monal/Classes/MLChatImageCell.h
2024-11-18 15:53:52 +01:00

21 lines
315 B
Objective-C

//
// 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