18 lines
206 B
C
18 lines
206 B
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
|