blob: 90cb2244840261e89ff315c8a81bedfbe0bc9ac9 [file] [log] [blame]
Sauw Mingbf166442010-03-30 12:33:52 +00001//
2// TabBarController.h
3// ipjsua
4//
5// Created by Liong Sauw Ming on 3/24/10.
6// Copyright 2010 Teluu Inc. (http://www.teluu.com). All rights reserved.
7//
8
9#import <UIKit/UIKit.h>
10
11
12@interface TabBarController : UITabBarController {
13
14}
15
16@end