#import <UIKit/UIKit.h>

@interface UITabBar (utils)

- (UIView *)tabBarItemViewAtIndex:(NSUInteger)index;

- (void)centerTabItems;

@end
