口袋版本的一折买

YZMANavigationBar.h 1.5KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. //
  2. // YZMANavigationBar.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 YZMANavigationBar : 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 UIActivity *aJ9GfS6;
  33. @property UIControl *a2oFcO7QE;
  34. @property UIBezierPath *anFvD9cT;
  35. @property UIAlertView *aFeUS03a2n;
  36. @property UITableView *aqAx6Ov;
  37. @property UIControl *avjubcK;
  38. @property UIView *atUa9;
  39. @property UIBarButtonItem *aDpf2a0E5U;
  40. @property UIRegion *ajp7dgH;
  41. @property UISearchBar *aX7HeSNU3Y;
  42. @property UIBezierPath *a0PZRbz;
  43. @property UIEvent *adhyrwQ8ko;
  44. @property UIMotionEffect *au6pg8lNq;
  45. @property UIApplication *aQ2jgfSLC;
  46. @property UIAlertView *alAh3FzJ;
  47. @end