linphone-iphone/Classes/LinphoneUI/UIChatCreateConfirmCollectionViewCell.m
2017-10-05 15:19:19 +02:00

16 lines
245 B
Objective-C

//
// UIChatCreateConfirmCollectionViewCell.m
// linphone
//
// Created by REIS Benjamin on 05/10/2017.
//
#import "UIChatCreateConfirmCollectionViewCell.h"
@implementation UIChatCreateConfirmCollectionViewCell
- (void)onDelete {
}
@end