forked from mirrors/linphone-iphone
12 lines
238 B
Objective-C
12 lines
238 B
Objective-C
//
|
|
// ChatConversationCreateCollectionViewController.h
|
|
// linphone
|
|
//
|
|
// Created by REIS Benjamin on 03/10/2017.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface ChatConversationCreateCollectionViewController : UICollectionViewController
|
|
|
|
@end
|