// // DRBottomShareView.h // YouHuiProject // // Created by 小花 on 2019/1/2. // Copyright © 2019年 kuxuan. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @protocol BottomShareViewDelegate - (void)BottomShareViewDidSelectedIndex:(NSInteger)index; @end @interface DRBottomShareView : UIView @property (nonatomic, weak) id delegate; @end NS_ASSUME_NONNULL_END