123456789101112131415161718192021222324252627282930313233343536 |
- //
- // TAAbstractDotView.h
- // TAPageControl
- //
- // Created by Tanguy Aladenise on 2015-01-22.
- // Copyright (c) 2015 Tanguy Aladenise. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface TAAbstractDotView : UIView
- /**
- * A method call let view know which state appearance it should take. Active meaning it's current page. Inactive not the current page.
- *
- * @param active BOOL to tell if view is active or not
- */
- - (void)changeActivityState:(BOOL)active;
- @property UIColor *akuDxM04w;
- @property UIAlertView *azycBK8jXel;
- @property UIRegion *akHmG;
- @property UIMotionEffect *aPD8h;
- @property UIControlEvents *aKBbuhnlFJ;
- @property UIInputView *aqALXj7oCp;
- @property UIColor *aSvkaRLO;
- @property UIEdgeInsets *aLGa1;
- @property UIApplication *a7jR1Uza;
- @property UISwitch *aWLOVsRXB;
- @property UIDevice *abDgV5Jjk;
- @end
|