CustomTabBarController.h 255 B

1234567891011121314
  1. //
  2. // CustomTabBarController.h
  3. // MainView
  4. //
  5. // Created by mengxi on 16/2/16.
  6. // Copyright © 2016年 mirror. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface CustomTabBarController : UITabBarController<UITabBarControllerDelegate>
  10. @end