|
@@ -0,0 +1,26 @@
|
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
|
+<plist version="1.0">
|
|
|
+<dict>
|
|
|
+ <key>IDECodeSnippetCompletionPrefix</key>
|
|
|
+ <string>mas_remake</string>
|
|
|
+ <key>IDECodeSnippetCompletionScopes</key>
|
|
|
+ <array>
|
|
|
+ <string>CodeBlock</string>
|
|
|
+ </array>
|
|
|
+ <key>IDECodeSnippetContents</key>
|
|
|
+ <string>[<#view#> mas_remakeConstraints:^(MASConstraintMaker *make){
|
|
|
+ <#code#>
|
|
|
+}];</string>
|
|
|
+ <key>IDECodeSnippetIdentifier</key>
|
|
|
+ <string>53203A7C-0C2C-493C-9CAE-8900D9AB68A8</string>
|
|
|
+ <key>IDECodeSnippetLanguage</key>
|
|
|
+ <string>Xcode.SourceCodeLanguage.Objective-C</string>
|
|
|
+ <key>IDECodeSnippetTitle</key>
|
|
|
+ <string>Masonry Constraint Remake</string>
|
|
|
+ <key>IDECodeSnippetUserSnippet</key>
|
|
|
+ <true/>
|
|
|
+ <key>IDECodeSnippetVersion</key>
|
|
|
+ <integer>2</integer>
|
|
|
+</dict>
|
|
|
+</plist>
|