forked from mirrors/linphone-iphone
12 lines
255 B
Objective-C
12 lines
255 B
Objective-C
//
|
|
// ChatConversationCreateConfirmView.h
|
|
// linphone
|
|
//
|
|
// Created by REIS Benjamin on 04/10/2017.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
#import "UICompositeView.h"
|
|
|
|
@interface ChatConversationCreateConfirmView : UIViewController <UICompositeViewDelegate>
|
|
@end
|