// // KXTeachCycleView.h // CAISHEN // // Created by kuxuan on 2017/11/1. // Copyright © 2017年 kuxuan. All rights reserved. // #import @protocol KXTeachCycleViewDelegate -(void)clickScrollViewItemWithIndex:(NSInteger)index; @end @interface KXTeachCycleView : UIView @property (nonatomic,strong)NSArray *cycleArray; @property (nonatomic,assign)iddelegate; @end