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

18 lines
206 B
Objective-C

//
// MLChatCell.h
// Monal
//
// Created by Anurodh Pokharel on 8/20/13.
//
//
#import <UIKit/UIKit.h>
#import "MLBaseCell.h"
@interface MLChatCell : MLBaseCell
-(void) openlink: (id) sender;
@end