MBProgressHUD *hud = [MBProgressHUD showHUDAddedTo:weakSelf.view animated:YES];
hud.mode = MBProgressHUDModeText;
hud.labelText = @"对方超过三条消息未回复你接下来的你将无法获取消息利益";
[hud hide:YES afterDelay:1.7];
// HUD.labelText = title; 把这一行 HUD.detailsLabelText = title; 换成这一行就 可以了