mirror of
https://github.com/zhigang1992/TweetBotTabBar.git
synced 2026-01-12 22:53:03 +08:00
17 lines
311 B
Objective-C
17 lines
311 B
Objective-C
//
|
|
// TweetBotTabBarViewController.h
|
|
// TweetBotTabBar
|
|
//
|
|
// Created by Jerish Brown on 6/27/11.
|
|
// Copyright 2011 i3Software. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
#import "TBTabBar.h"
|
|
|
|
@interface TweetBotTabBarViewController : UIViewController<TBTabBarDelegate> {
|
|
TBTabBar *tabBar;
|
|
}
|
|
|
|
@end
|