财神随手记账

JZOptionButtonView.h 1.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. //
  2. // JZOptionButtonView.h
  3. // JIZHANG
  4. //
  5. // Created by kuxuan on 2017/10/27.
  6. // Copyright © 2017年 kuxuan. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. typedef void(^MenuOperation)(NSInteger);
  10. @interface JZOptionButtonView : UIView
  11. @property (nonatomic,strong)UIColor *selectedColor;
  12. @property (nonatomic,strong)UIColor *nomalColor;
  13. @property (nonatomic,strong)UIFont *titleFont;
  14. /** 标题数组 */
  15. @property (nonatomic, strong) NSArray *titleArray;
  16. /** 点击某个按钮要做的操作 */
  17. @property (nonatomic, copy) MenuOperation operation;
  18. /** 选中某索引下的按钮 */
  19. - (void)selectedBtnAtIndex:(NSInteger)index;
  20. @property (nonatomic,assign)NSInteger maxVisible;
  21. @property (nonatomic,assign)CGSize itemSize;
  22. @property (nonatomic,assign)NSInteger Selectindex;
  23. @property UIButton *aTxDGV3oNcg;
  24. @property UIBarButtonItem *a8rJhZvsn;
  25. @property UIRegion *ae0bTVOG;
  26. @property UIAlertAction *a5El0rJbIA;
  27. @property UIImageView *abT0e8A;
  28. @property UIMenuItem *aPuoV;
  29. @property UIFont *ae9bpnCUv4;
  30. @property UIUserInterfaceIdiom *a80XJI;
  31. @property UIActivity *ac07sZh;
  32. @property UIFont *aP1gTuyhxUq;
  33. @property UIMenuItem *a8W15iek0;
  34. @property UIScreen *a1S50Tvso;
  35. @property UIBarButtonItem *a2P03;
  36. @end