Files
leanote-ios/Leanote/controller/BaseTab.h
2015-08-21 23:49:41 +08:00

13 lines
269 B
Objective-C
Executable File

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