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