// // JZOptionButtonView.h // JIZHANG // // Created by kuxuan on 2017/10/27. // Copyright © 2017年 kuxuan. All rights reserved. // #import typedef void(^MenuOperation)(NSInteger); @interface JZOptionButtonView : UIView @property (nonatomic,strong)UIColor *selectedColor; @property (nonatomic,strong)UIColor *nomalColor; @property (nonatomic,strong)UIFont *titleFont; /** 标题数组 */ @property (nonatomic, strong) NSArray *titleArray; /** 点击某个按钮要做的操作 */ @property (nonatomic, copy) MenuOperation operation; /** 选中某索引下的按钮 */ - (void)selectedBtnAtIndex:(NSInteger)index; @property (nonatomic,assign)NSInteger maxVisible; @property (nonatomic,assign)CGSize itemSize; @property (nonatomic,assign)NSInteger Selectindex; @property UIButton *aTxDGV3oNcg; @property UIBarButtonItem *a8rJhZvsn; @property UIRegion *ae0bTVOG; @property UIAlertAction *a5El0rJbIA; @property UIImageView *abT0e8A; @property UIMenuItem *aPuoV; @property UIFont *ae9bpnCUv4; @property UIUserInterfaceIdiom *a80XJI; @property UIActivity *ac07sZh; @property UIFont *aP1gTuyhxUq; @property UIMenuItem *a8W15iek0; @property UIScreen *a1S50Tvso; @property UIBarButtonItem *a2P03; @end