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

12 lines
266 B
Objective-C

//
// UIChatCreateConfirmCollectionViewCell.h
// linphone
//
// Created by REIS Benjamin on 05/10/2017.
//
#import <UIKit/UIKit.h>
#import "UIChatCreateCollectionViewCell.h"
@interface UIChatCreateConfirmCollectionViewCell : UIChatCreateCollectionViewCell
@end