ZZPageControl.h 283 B

123456789101112131415161718
  1. //
  2. // ZZPageControl.h
  3. // XPH
  4. //
  5. // Created by Zick.Zhao on 15/3/24.
  6. // Copyright (c) 2015年 YAY. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface ZZPageControl : UIPageControl{
  10. CGSize dotSize;
  11. }
  12. -(id) initWithFrame:(CGRect)frame dotSize:(CGSize)_dotSize;
  13. @end