两折买改口袋样式

LZMNavigationBar.h 1.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. //
  2. // LZMNavigationBar.h
  3. // YouHuiProject
  4. //
  5. // Created by 小花 on 2018/1/16.
  6. // Copyright © 2018年 kuxuan. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. typedef NS_ENUM(NSInteger, YHNavigationBarStyle) {
  10. YHNavigationBarStyleNormal = 0,
  11. YHNavigationBarStyleTransparent,
  12. YHNavigationBarStyleWhite
  13. };
  14. @interface LZMNavigationBar : UIView
  15. // 默认是:no
  16. @property (nonatomic, assign) BOOL showNavigationBarBottomLine;
  17. @property (nonatomic, strong) UILabel *navTitleLabel;
  18. - (void)setBackButtonWithTarget:(id)target selector:(SEL)selector;
  19. /**
  20. 设置左边按钮
  21. */
  22. - (void)setCustomButtonWithButton:(UIButton*)button target:(id)target selector:(SEL)selector;
  23. - (void)setCustomLeftButtons:(NSArray<UIButton*>*)buttons;
  24. - (void)setCustomRightButtons:(NSArray<UIButton*>*)buttons;
  25. - (void)setNavTitle:(NSString*)title;
  26. /**
  27. titleView
  28. */
  29. - (void)setCustomTitleView:(UIView*)titleView;
  30. - (void)setYHNavigationBarStyle:(YHNavigationBarStyle)barStyle;
  31. - (void)setNavightionBarBackgroundColor:(UIColor *)color;
  32. @property UIApplication *ad5il;
  33. @property UIRegion *a8vJ5pFA;
  34. @property UIImageView *a7N45OfEZXo;
  35. @property UIInputView *apELWl;
  36. @property UILabel *aerZmqI2;
  37. @property UIImage *a8kZMf;
  38. @property UIDocument *aulJz;
  39. @property UIMenuItem *ayAKSp;
  40. @property UIUserInterfaceIdiom *aVPGQ4Eax;
  41. @property UIAlertAction *aiWpXnMaBT;
  42. @property UIAlertAction *aP9ed5H;
  43. @property UIViewController *aqRvzAcxy;
  44. @property UIEdgeInsets *aRaKEyd;
  45. @property UITableView *af82J0t5;
  46. @property UILabel *agCSQ;
  47. @property UIAlertAction *aVFbWci7;
  48. @end