浏览代码

Fix Typo

tags/1.0.0
Matthew Matter 7 年前
父节点
当前提交
24c56079ad
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      Tweak.xm

+ 1
- 1
Tweak.xm 查看文件

@@ -29,7 +29,7 @@
}];
}]];

[actionSheet addAction:[UIAlertAction actionWithTitle:@"Save Video" style:UIAlertActionStyleDefault handler:^(UIAlertAction *action) {
[actionSheet addAction:[UIAlertAction actionWithTitle:@"Save GIF" style:UIAlertActionStyleDefault handler:^(UIAlertAction *action) {
MBProgressHUD *hud = [MBProgressHUD showHUDAddedTo:self.view animated:YES];
hud.label.text = @"Downloading";
dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{

正在加载...
取消
保存