口袋版本的一折买

TAAnimatedDotView.h 297B

12345678910111213141516
  1. //
  2. // TAAnimatedDotView.h
  3. // TAPageControl
  4. //
  5. // Created by Tanguy Aladenise on 2015-01-22.
  6. // Copyright (c) 2015 Tanguy Aladenise. All rights reserved.
  7. //
  8. #import "TAAbstractDotView.h"
  9. @interface TAAnimatedDotView : TAAbstractDotView
  10. @property (nonatomic, strong) UIColor *dotColor;
  11. @end