blob: 90cb2244840261e89ff315c8a81bedfbe0bc9ac9 [file] [log] [blame]
//
// 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