// // UITabBarViewController.h // myWatch // // Created by mobao on 15/10/9. // Copyright (c) 2015年 xTT. All rights reserved. // #import @interface MyTabBarViewController : UITabBarController -(void)removeTransitionImageView; @end