linphone-iphone/Classes/AboutViewController.h
2010-01-26 10:17:51 +01:00

20 lines
256 B
Objective-C

/*
* AboutViewController.h
*
* Description:
*
*
* Belledonne Communications (C) 2010
*
* Copyright: See COPYING file that comes with this distribution
*
*/
#import <UIKit/UIKit.h>
@interface AboutViewController : UIViewController {
}
@end