Also rename internal "utis" functions

This commit is contained in:
Sebastián Katzer
2019-02-06 12:02:41 +01:00
parent a4439df194
commit ec4f721270
7 changed files with 9 additions and 66 deletions

View File

@@ -25,7 +25,7 @@
- (void) check:(CDVInvokedUrlCommand *)command;
- (void) utis:(CDVInvokedUrlCommand *)command;
- (void) types:(CDVInvokedUrlCommand *)command;
- (void) pick:(CDVInvokedUrlCommand *)command;

View File

@@ -52,7 +52,7 @@
/*
* List all printable document types (utis).
*/
- (void) utis:(CDVInvokedUrlCommand *)command
- (void) types:(CDVInvokedUrlCommand *)command
{
[self.commandDelegate runInBackground:^{
NSSet *utis = UIPrintInteractionController.printableUTIs;