forked from mirrors/linphone-iphone
13 lines
195 B
Objective-C
13 lines
195 B
Objective-C
//
|
|
// ChatData.m
|
|
// linphone
|
|
//
|
|
// Created by Diorcet Yann on 05/07/12.
|
|
// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
|
|
//
|
|
|
|
#import "ChatData.h"
|
|
|
|
@implementation ChatData
|
|
|
|
@end
|