Initial commit
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
//
|
||||
// BaseVIewContorller.h
|
||||
// Ifish
|
||||
//
|
||||
// Created by imac on 15/9/28.
|
||||
// Copyright © 2015年 imac. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
@interface BaseVIewContorller : UIViewController
|
||||
|
||||
@property(nonatomic,strong)UIBarButtonItem*back;
|
||||
@property(nonatomic,strong)UIButton*bakbutton;
|
||||
@property(nonatomic,strong)UIBarButtonItem*rightItem;
|
||||
@property(nonatomic,strong)UIButton*rightButton;
|
||||
- (void)addTitleViewWithTitle:(NSString *)title;
|
||||
-(void)initNav;
|
||||
|
||||
-(void)showTitle:(NSString*)title messsage:(NSString*)message;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user