forked from mirrors/linphone-iphone
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
|