Skip to content

Commit a5be371

Browse files
author
Tang Qiao
committed
MOD: remove the space between * and variable.
1 parent 88206c3 commit a5be371

4 files changed

+34
-4
lines changed

CodeSnippets/7707FE2A-C6CF-4774-8A7D-EA6BEE058C11.codesnippet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<string>All</string>
1010
</array>
1111
<key>IDECodeSnippetContents</key>
12-
<string>@property (assign, nonatomic) &lt;#type#&gt; &lt;#name#&gt;;</string>
12+
<string>@property (nonatomic) &lt;#type#&gt; &lt;#name#&gt;;</string>
1313
<key>IDECodeSnippetIdentifier</key>
1414
<string>7707FE2A-C6CF-4774-8A7D-EA6BEE058C11</string>
1515
<key>IDECodeSnippetLanguage</key>
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDECodeSnippetCompletionPrefix</key>
6+
<string>tq_hide_keyboard</string>
7+
<key>IDECodeSnippetCompletionScopes</key>
8+
<array>
9+
<string>ClassImplementation</string>
10+
</array>
11+
<key>IDECodeSnippetContents</key>
12+
<string>- (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event {
13+
[super touchesBegan:touches withEvent:event];
14+
[self.view endEditing:YES];
15+
}
16+
</string>
17+
<key>IDECodeSnippetIdentifier</key>
18+
<string>A807145A-F6BD-412C-AA06-DC931E43F730</string>
19+
<key>IDECodeSnippetLanguage</key>
20+
<string>Xcode.SourceCodeLanguage.Objective-C</string>
21+
<key>IDECodeSnippetSummary</key>
22+
<string>hide keyboard when touch background</string>
23+
<key>IDECodeSnippetTitle</key>
24+
<string>hide keyboard</string>
25+
<key>IDECodeSnippetUserSnippet</key>
26+
<true/>
27+
<key>IDECodeSnippetVersion</key>
28+
<integer>2</integer>
29+
</dict>
30+
</plist>

CodeSnippets/A83AE4CD-E79A-464F-B849-29BEB3CF4B01.codesnippet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
<string>All</string>
1010
</array>
1111
<key>IDECodeSnippetContents</key>
12-
<string>@property (strong, nonatomic) &lt;#type#&gt; * &lt;#name#&gt;;</string>
12+
<string>@property (strong, nonatomic) &lt;#type#&gt; *&lt;#name#&gt;;</string>
1313
<key>IDECodeSnippetIdentifier</key>
1414
<string>A83AE4CD-E79A-464F-B849-29BEB3CF4B01</string>
1515
<key>IDECodeSnippetLanguage</key>
1616
<string>Xcode.SourceCodeLanguage.Objective-C</string>
1717
<key>IDECodeSnippetSummary</key>
1818
<string>strong type property</string>
1919
<key>IDECodeSnippetTitle</key>
20-
<string>strong type property</string>
20+
<string>tq strong type property</string>
2121
<key>IDECodeSnippetUserSnippet</key>
2222
<true/>
2323
<key>IDECodeSnippetVersion</key>

CodeSnippets/E10BEAE2-7433-4892-9314-95759F276395.codesnippet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<string>ClassInterfaceMethods</string>
1010
</array>
1111
<key>IDECodeSnippetContents</key>
12-
<string>@property (weak, nonatomic) &lt;#type#&gt; * &lt;#name#&gt;;</string>
12+
<string>@property (weak, nonatomic) &lt;#type#&gt; *&lt;#name#&gt;;</string>
1313
<key>IDECodeSnippetIdentifier</key>
1414
<string>E10BEAE2-7433-4892-9314-95759F276395</string>
1515
<key>IDECodeSnippetLanguage</key>

0 commit comments

Comments
 (0)