mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
13 lines
214 B
Objective-C
13 lines
214 B
Objective-C
//
|
|
// ChatData.h
|
|
// linphone
|
|
//
|
|
// Created by Diorcet Yann on 05/07/12.
|
|
// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
@interface ChatData : NSObject
|
|
|
|
@end
|