#import "UIViewController+LayoutProtocol.h"
#import <Foundation/Foundation.h>

@interface BottomTabsBaseAttacher : NSObject

- (void)attach:(UITabBarController *)bottomTabsController;

@end
