From 2461caebce49e2f68dd228b5224614a73375d179 Mon Sep 17 00:00:00 2001 From: Wojciech Nagrodzki <278594+wnagrodzki@users.noreply.github.com> Date: Sun, 26 Jan 2020 10:13:18 +0100 Subject: [PATCH] Add Strong Self Guard snippet --- ...AC-2C62-46BB-A14D-66F2EE978A10.codesnippet | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 snippets/5F155DAC-2C62-46BB-A14D-66F2EE978A10.codesnippet diff --git a/snippets/5F155DAC-2C62-46BB-A14D-66F2EE978A10.codesnippet b/snippets/5F155DAC-2C62-46BB-A14D-66F2EE978A10.codesnippet new file mode 100644 index 0000000..bf68aa4 --- /dev/null +++ b/snippets/5F155DAC-2C62-46BB-A14D-66F2EE978A10.codesnippet @@ -0,0 +1,27 @@ + + + + + IDECodeSnippetCompletionPrefix + strongself + IDECodeSnippetCompletionScopes + + All + CodeBlock + + IDECodeSnippetContents + guard let strongSelf = self else { return } + IDECodeSnippetIdentifier + 5F155DAC-2C62-46BB-A14D-66F2EE978A10 + IDECodeSnippetLanguage + Xcode.SourceCodeLanguage.Swift + IDECodeSnippetSummary + + IDECodeSnippetTitle + Strong Self Guard + IDECodeSnippetUserSnippet + + IDECodeSnippetVersion + 2 + +