123456789101112131415161718 |
- //
- // FKCircleScrollView.h
- // FirstLink
- //
- // Created by 施昌鹏 on 16/8/17.
- // Copyright © 2016年 FirstLink. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "DPBannerView.h"
- @interface FKCircleScrollView : UIView
- @property (nonatomic, strong) DPBannerView *banerView;
- @property (nonatomic, strong) UIPageControl *pageControl;
- @end
|