forked from mirrors/linphone-iphone
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
|