mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 19:18:06 +00:00
12 lines
214 B
Objective-C
12 lines
214 B
Objective-C
//
|
|
// UIChatCreateConfirmCollectionViewCell.h
|
|
// linphone
|
|
//
|
|
// Created by REIS Benjamin on 05/10/2017.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface UIChatCreateConfirmCollectionViewCell : UICollectionViewCell
|
|
|
|
@end
|