mirror of
https://github.com/leanote/leanote-ios.git
synced 2025-10-15 07:32:55 +00:00
13 lines
269 B
Objective-C
Executable File
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
|