forked from mirrors/linphone-iphone
20 lines
256 B
Objective-C
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
|