// // KBMoreMenuView.h // YouHuiProject // // Created by 小花 on 2018/5/17. // Copyright © 2018年 kuxuan. All rights reserved. // #import @class KBMoreMenuView; @protocol YHMoreMenuViewDelegate - (void)morenMenu:(KBMoreMenuView *)menuView Button:(UIButton *)button clickIndex:(NSInteger)index; @end @interface KBMoreMenuView : UIView - (instancetype)initWithFrame:(CGRect)frame buttonInfoArray:(NSArray *)array; @property (nonatomic, weak) id delelgate; @end