// // JDProgressHUD.h // kneet2 // // Created by Jason Lee on 10/5/15. // Copyright © 2015 ntels. All rights reserved. // #import @interface JDProgressHUD : JGProgressHUD - (void)showLoadingWhileExecutingBlock:(dispatch_block_t)block; - (void)showLoadingWhileExecutingBlock:(dispatch_block_t)block completionHandler:(JDFacadeCompletionCallBackHandler)handler; - (void)showLoadingWhileExecutingBlock:(dispatch_block_t)block onQueue:(dispatch_queue_t)queue completionBlock:(JDFacadeCompletionCallBackHandler)completion; @end