No Description

FLCycleScrollTableCell.h 457B

123456789101112131415161718
  1. //
  2. // FLCicleScrollTableCell.h
  3. // FirstLink
  4. //
  5. // Created by jack on 15/7/31.
  6. // Copyright (c) 2015年 FirstLink. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "CycleScrollView.h"
  10. #import "DPBannerView.h"
  11. @interface FLCycleScrollTableCell : UITableViewCell
  12. @property (nonatomic, strong) UIPageControl *pageControl;
  13. @property (nonatomic, strong) DPBannerView *banerView;
  14. @property (nonatomic, copy) void(^clickAction)(NSInteger index);
  15. @end