説明なし

FKCircleScrollView.h 353B

123456789101112131415161718
  1. //
  2. // FKCircleScrollView.h
  3. // FirstLink
  4. //
  5. // Created by 施昌鹏 on 16/8/17.
  6. // Copyright © 2016年 FirstLink. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "DPBannerView.h"
  10. @interface FKCircleScrollView : UIView
  11. @property (nonatomic, strong) DPBannerView *banerView;
  12. @property (nonatomic, strong) UIPageControl *pageControl;
  13. @end