// // FLCicleScrollTableCell.h // FirstLink // // Created by jack on 15/7/31. // Copyright (c) 2015年 FirstLink. All rights reserved. // #import #import "CycleScrollView.h" #import "DPBannerView.h" @interface FLCycleScrollTableCell : UITableViewCell @property (nonatomic, strong) UIPageControl *pageControl; @property (nonatomic, strong) DPBannerView *banerView; @property (nonatomic, copy) void(^clickAction)(NSInteger index); @end