SBHUDView.h 202 B

1234567891011
  1. @interface SBHUDView : UIView
  2. + (CGFloat)progressIndicatorStep;
  3. - (instancetype)initWithHUDViewLevel:(NSInteger)level;
  4. @property (nonatomic, retain) UIImage *image;
  5. @property CGFloat progress;
  6. @end