// // Classification_Alertview.h // iphoneLive // // Created by bugu on 2018/12/6. // Copyright © 2018年 cat. All rights reserved. // #import @protocol ClassificationDelegate2 - (void)didSelectWithAlert:(id)obj; @end @interface Classification_Alertview : UIView @property (nonatomic,strong)UIScrollView *scrollview; @property (nonatomic,weak)iddelegate; - (void)setClassWithAry:(NSArray *)ary; - (void)selectWithIndex:(NSInteger )index; @end