Guest User

Untitled

a guest
Oct 16th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. @interface MPActivityIndicator : UIView
  2.  
  3. @property (nonatomic, readonly, getter = isAnimating) BOOL animating;
  4.  
  5. - (void)stopAnimating;
  6. - (void)startAnimating;
  7.  
  8. - (void)rotateLoadingCircleByPercents:(CGFloat)percents;
  9.  
  10. @end
Add Comment
Please, Sign In to add comment