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

18 lines
206 B
C
Raw Permalink Normal View History

2024-11-18 14:53:52 +00:00
//
// 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