// // FKPageControl.h // FirstLink // // Created by jack on 15/11/29. // Copyright © 2015年 FirstLink. All rights reserved. // #import @interface FKPageControl : UIView @property (nonatomic, assign) NSUInteger numberOfPages; @property(nonatomic, assign) NSUInteger currentPage; @property(nullable, nonatomic,strong) UIColor *pageIndicatorTintColor; @property(nullable, nonatomic,strong) UIColor *currentPageIndicatorTintColor; @end