We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
WPTabBarController.h
1 parent 80546cb commit 10201e0Copy full SHA for 10201e0
WordPress/Classes/ViewRelated/System/WPTabBarController.h
@@ -9,14 +9,10 @@ extern NSString * const WPTabBarCurrentlySelectedScreenReader;
9
extern NSString * const WPTabBarCurrentlySelectedScreenNotifications;
10
extern NSNotificationName const WPTabBarHeightChangedNotification;
11
12
-@class AbstractPost;
13
-@class Blog;
14
-@class BloggingPromptCoordinator;
15
@class MeViewController;
16
@class MySitesCoordinator;
17
@class NotificationsViewController;
18
@class ReaderPresenter;
19
-@protocol ScenePresenter;
20
21
@interface WPTabBarController : UITabBarController <UIViewControllerTransitioningDelegate>
22
0 commit comments