// // Leanote // // Created by life on 03/06/15. // Copyright (c) 2015 Leanote.com. All rights reserved. // #import @interface BaseTab : UINavigationController @property (nonatomic,retain) NSString * tabbarItemImagePath; -(void)setTabBarImage; @end