//
//  ALNewContactCell.h
//  ChatApp
//
//  Created by Gaurav Nigam on 16/08/15.
//  Copyright (c) 2015 AppLogic. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface ALNewContactCell : UITableViewCell
@property (weak, nonatomic) IBOutlet UIImageView *contactPersonImageView;
@property (weak, nonatomic) IBOutlet UILabel *contactPersonName;

@end
