? ? ? ? [MBProgressHUDshowMessage:@"加載中"toView:self.view];
? ? ? ? dispatch_after(dispatch_time(DISPATCH_TIME_NOW, 1 * NSEC_PER_SEC), dispatch_get_main_queue(), ^{
? ? ? ? ? ? [MBProgressHUDshowError:@"暫無(wú)消息"toView:self.view];
? ? ? ? });
? ? ? ? [MBProgressHUDshowMessage:@"加載中"toView:self.view];
? ? ? ? dispatch_after(dispatch_time(DISPATCH_TIME_NOW, 1 * NSEC_PER_SEC), dispatch_get_main_queue(), ^{
? ? ? ? ? ? [MBProgressHUDshowError:@"暫無(wú)消息"toView:self.view];
? ? ? ? });