| 1234567891011121314151617181920 |
- //
- // baseNav.h
- // switchPicChat
- //
- // Created by zzl on 16/4/26.
- // Copyright © 2016年 zzl. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface baseNav : UIViewController
- @property (weak, nonatomic) IBOutlet UIButton *mLeftBt;
- @property (weak, nonatomic) IBOutlet UIButton *mRightBt;
- @property (weak, nonatomic) IBOutlet UIImageView *mLeftImg;
- @property (weak, nonatomic) IBOutlet UILabel *mtitle;
- @property (weak, nonatomic) IBOutlet UIButton *mrightsecond;
- @end
|