mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
16 lines
245 B
Objective-C
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
|