From 548e1a38c0f550ad820b967b6a5f02fd95948538 Mon Sep 17 00:00:00 2001 From: David Beitey Date: Mon, 1 Feb 2016 22:45:55 +1000 Subject: [PATCH] Add note about NSTask --- PassEntry.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PassEntry.mm b/PassEntry.mm index 6f26229..537c32f 100644 --- a/PassEntry.mm +++ b/PassEntry.mm @@ -6,7 +6,7 @@ * Please see COPYING for more information */ #import "PassEntry.h" -#import "NSTask.h" +#import "NSTask.h" // Not documented on iOS in Foundation but still available @implementation PassEntry