Remove useless ChatData files

This commit is contained in:
Yann Diorcet 2013-01-14 12:53:51 +01:00
parent 38656d63b5
commit e11efb11b7
2 changed files with 0 additions and 26 deletions

View file

@ -1,13 +0,0 @@
//
// 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

View file

@ -1,13 +0,0 @@
//
// ChatData.m
// linphone
//
// Created by Diorcet Yann on 05/07/12.
// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
//
#import "ChatData.h"
@implementation ChatData
@end