linphone-iphone/richNotifications/NotificationTableViewCell.h
David Idmansour 7e0634cfed basic ui
2018-06-26 13:51:42 +02:00

15 lines
374 B
Objective-C

//
// NotificationTableViewCell.h
// richNotifications
//
// Created by David Idmansour on 26/06/2018.
//
#import <UIKit/UIKit.h>
@interface NotificationTableViewCell : UITableViewCell
@property (weak, nonatomic) IBOutlet UIImageView *contactImage;
@property (weak, nonatomic) IBOutlet UILabel *nameDate;
@property (weak, nonatomic) IBOutlet UITextView *msgText;
@end