SBHUDController.h 183 B

12345678910
  1. @class SBHUDView;
  2. @interface SBHUDController : NSObject
  3. + (SBHUDController *)sharedHUDController;
  4. - (void)presentHUDView:(SBHUDView *)hud autoDismissWithDelay:(double)delay;
  5. @end