summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/ipjsua/Classes/TabBarController.h
blob: 90cb2244840261e89ff315c8a81bedfbe0bc9ac9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
//  TabBarController.h
//  ipjsua
//
//  Created by Liong Sauw Ming on 3/24/10.
//  Copyright 2010 Teluu Inc. (http://www.teluu.com). All rights reserved.
//

#import <UIKit/UIKit.h>


@interface TabBarController : UITabBarController {

}

@end