diff --git a/Classes/LinphoneUI/UIRecordingCell.h b/Classes/LinphoneUI/UIRecordingCell.h
index e82954b14..79abdda0f 100644
--- a/Classes/LinphoneUI/UIRecordingCell.h
+++ b/Classes/LinphoneUI/UIRecordingCell.h
@@ -10,6 +10,7 @@
@interface UIRecordingCell : UITableViewCell
@property (weak, nonatomic) IBOutlet UILabel *nameLabel;
+@property (weak, nonatomic) IBOutlet UIView *playerView;
@property(nonatomic, assign) NSString *recording;
diff --git a/Classes/LinphoneUI/UIRecordingCell.m b/Classes/LinphoneUI/UIRecordingCell.m
index 41596d2f8..d5544dbc4 100644
--- a/Classes/LinphoneUI/UIRecordingCell.m
+++ b/Classes/LinphoneUI/UIRecordingCell.m
@@ -9,9 +9,12 @@
#import "PhoneMainView.h"
#import "UILabel+Boldify.h"
#import "Utils.h"
+#import "UILinphoneAudioPlayer.h"
@implementation UIRecordingCell
+static UILinphoneAudioPlayer *player;
+
#pragma mark - Lifecycle Functions
- (id)initWithIdentifier:(NSString *)identifier {
@@ -81,5 +84,9 @@
[self setFrame:frame];
}
+- (void)setSelected:(BOOL)selected {
+
+}
+
@end
diff --git a/Classes/LinphoneUI/UIRecordingCell.xib b/Classes/LinphoneUI/UIRecordingCell.xib
index 802728a30..fe8ede5b3 100644
--- a/Classes/LinphoneUI/UIRecordingCell.xib
+++ b/Classes/LinphoneUI/UIRecordingCell.xib
@@ -13,7 +13,7 @@
-
+
-
+
+
+
@@ -37,8 +35,9 @@
+
-
+