From ebb0c3ea12c3408e6c002991bd37b8dc49c2262b Mon Sep 17 00:00:00 2001 From: Jose Roldan Rimenez Date: Thu, 16 Jul 2015 12:06:39 +0200 Subject: [PATCH] Nslog NSlog with NSString --- nslogS.m | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 nslogS.m diff --git a/nslogS.m b/nslogS.m new file mode 100644 index 00000000..d8b24406 --- /dev/null +++ b/nslogS.m @@ -0,0 +1,8 @@ +--- +title: "NSlog with NSString" +summary: "" +completion-scope: Function or Method +completion-shortcut: NSlogS +--- + +NSLog(@"%@",<#String#>);