baseNav.h 511 B

1234567891011121314151617181920
  1. //
  2. // baseNav.h
  3. // switchPicChat
  4. //
  5. // Created by zzl on 16/4/26.
  6. // Copyright © 2016年 zzl. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface baseNav : UIViewController
  10. @property (weak, nonatomic) IBOutlet UIButton *mLeftBt;
  11. @property (weak, nonatomic) IBOutlet UIButton *mRightBt;
  12. @property (weak, nonatomic) IBOutlet UIImageView *mLeftImg;
  13. @property (weak, nonatomic) IBOutlet UILabel *mtitle;
  14. @property (weak, nonatomic) IBOutlet UIButton *mrightsecond;
  15. @end