- (void)show; - (void)hide; /** * 数据源 */ @property (nonatomic, strong) NSArray *dataSource; /** * actionSheet 点击回调 */ @property (nonatomic, copy)BTActionSheetDidSelectViewBlock selectRowBlock;