TabBarController.h 293 B

123456789101112131415
  1. //
  2. // JYTabBarController.h
  3. // D2-CustomTabBarController
  4. //
  5. // Created by Jerry on 15/12/15.
  6. // Copyright © 2015年 Jerry. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface TabBarController : UITabBarController
  10. @property (strong, nonatomic) YRSideViewController *sideVC;
  11. @end