mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 19:18:06 +00:00
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
|