Explorar el Código

Fix Typo

tags/1.0.0
Matthew Matter hace 7 años
padre
commit
24c56079ad
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      Tweak.xm

+ 1
- 1
Tweak.xm Ver fichero

@@ -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), ^{

Cargando…
Cancelar
Guardar